#f2cdaa
a light, vivid orange · warm · closest name: tan
RGB
242, 205, 170
HSL
29°, 74%, 81%
CMYK
0, 15, 30, 5
Luminance
0.6544
Every format
| HEX | #f2cdaa |
| RGB | rgb(242, 205, 170) |
| HSL | hsl(29, 74%, 81%) |
| CMYK | cmyk(0%, 15%, 30%, 5%) |
| LAB | lab(84.7 8.0 22.3) |
| LCH | lch(84.7 23.7 70.2) |
| OKLCH | oklch(0.871 0.063 65.3) |
Copy-ready code
/* CSS */
color: #f2cdaa;
background-color: #f2cdaa;
/* Tailwind (arbitrary) */
class="text-[#f2cdaa] bg-[#f2cdaa]"
/* SCSS */
$brand: #f2cdaa;
/* SwiftUI */
Color(red: 0.949, green: 0.804, blue: 0.667)
/* Android */
Color.parseColor("#f2cdaa")Accessibility — WCAG contrast
Aa
#f2cdaa on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f2cdaa on black: 14.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green80.4%
Blue66.7%
CMYK percentages
Cyan0.0%
Magenta15.3%
Yellow29.8%
Key (black)5.1%
Color previews
#f2cdaa text on a black background
contrast 14.09:1
Card sample
#f2cdaa text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f2cdaa;
Background color
Panel with #f2cdaa background
background-color: #f2cdaa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f2cdaa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 205, 170, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 205, 170, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f2cdaa; background: linear-gradient(135deg, #f2cdaa, #E7F2AA);