Camellia
#f6685a
Looking for the precise values behind Camellia (#f6685a)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #f6685a | |
|---|---|---|
| RGB | rgb(246, 104, 90) | |
| HSL | hsl(5, 90%, 66%) | |
| CMYK | cmyk(0%, 58%, 63%, 4%) | |
| LAB | lab(63, 55, 37) | |
| OKLCH | oklch(0.69 0.177 28) |
Color harmonies
Tints & shades
Code snippets
color: #f6685a;
background-color: #f6685a;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-orange-500 /* ≈ #ff6900 */
/* Flutter */
Color(0xFFF6685A)
/* Swift / UIKit */
UIColor(red: 0.96, green: 0.41, blue: 0.35, alpha: 1.0)