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