#f2ccad
a light, vivid orange · warm · closest name: tan
RGB
242, 204, 173
HSL
27°, 73%, 81%
CMYK
0, 16, 29, 5
Luminance
0.6508
Every format
| HEX | #f2ccad |
| RGB | rgb(242, 204, 173) |
| HSL | hsl(27, 73%, 81%) |
| CMYK | cmyk(0%, 16%, 29%, 5%) |
| LAB | lab(84.5 8.9 20.4) |
| LCH | lch(84.5 22.3 66.5) |
| OKLCH | oklch(0.870 0.060 61.1) |
Copy-ready code
/* CSS */
color: #f2ccad;
background-color: #f2ccad;
/* Tailwind (arbitrary) */
class="text-[#f2ccad] bg-[#f2ccad]"
/* SCSS */
$brand: #f2ccad;
/* SwiftUI */
Color(red: 0.949, green: 0.800, blue: 0.678)
/* Android */
Color.parseColor("#f2ccad")Accessibility — WCAG contrast
Aa
#f2ccad on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f2ccad on black: 14.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green80.0%
Blue67.8%
CMYK percentages
Cyan0.0%
Magenta15.7%
Yellow28.5%
Key (black)5.1%
Color previews
#f2ccad text on a black background
contrast 14.02:1
Card sample
#f2ccad text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f2ccad;
Background color
Panel with #f2ccad background
background-color: #f2ccad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f2ccad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 204, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 204, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f2ccad; background: linear-gradient(135deg, #f2ccad, #EAF2AD);