#f2ccb9
a light, vivid orange · warm · closest name: tan
RGB
242, 204, 185
HSL
20°, 69%, 84%
CMYK
0, 16, 24, 5
Luminance
0.6557
Every format
| HEX | #f2ccb9 |
| RGB | rgb(242, 204, 185) |
| HSL | hsl(20, 69%, 84%) |
| CMYK | cmyk(0%, 16%, 24%, 5%) |
| LAB | lab(84.8 10.5 14.4) |
| LCH | lch(84.8 17.9 53.9) |
| OKLCH | oklch(0.873 0.050 48.1) |
Copy-ready code
/* CSS */
color: #f2ccb9;
background-color: #f2ccb9;
/* Tailwind (arbitrary) */
class="text-[#f2ccb9] bg-[#f2ccb9]"
/* SCSS */
$brand: #f2ccb9;
/* SwiftUI */
Color(red: 0.949, green: 0.800, blue: 0.725)
/* Android */
Color.parseColor("#f2ccb9")Accessibility — WCAG contrast
Aa
#f2ccb9 on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f2ccb9 on black: 14.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green80.0%
Blue72.5%
CMYK percentages
Cyan0.0%
Magenta15.7%
Yellow23.6%
Key (black)5.1%
Color previews
#f2ccb9 text on a black background
contrast 14.11:1
Card sample
#f2ccb9 text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f2ccb9;
Background color
Panel with #f2ccb9 background
background-color: #f2ccb9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f2ccb9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 204, 185, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 204, 185, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f2ccb9; background: linear-gradient(135deg, #f2ccb9, #F2F2B9);