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