#f2cdba
a light, vivid orange · warm · closest name: tan
RGB
242, 205, 186
HSL
20°, 68%, 84%
CMYK
0, 15, 23, 5
Luminance
0.6609
Every format
| HEX | #f2cdba |
| RGB | rgb(242, 205, 186) |
| HSL | hsl(20, 68%, 84%) |
| CMYK | cmyk(0%, 15%, 23%, 5%) |
| LAB | lab(85.0 10.2 14.3) |
| LCH | lch(85.0 17.5 54.6) |
| OKLCH | oklch(0.875 0.049 48.8) |
Copy-ready code
/* CSS */
color: #f2cdba;
background-color: #f2cdba;
/* Tailwind (arbitrary) */
class="text-[#f2cdba] bg-[#f2cdba]"
/* SCSS */
$brand: #f2cdba;
/* SwiftUI */
Color(red: 0.949, green: 0.804, blue: 0.729)
/* Android */
Color.parseColor("#f2cdba")Accessibility — WCAG contrast
Aa
#f2cdba on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f2cdba on black: 14.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green80.4%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta15.3%
Yellow23.1%
Key (black)5.1%
Color previews
#f2cdba text on a black background
contrast 14.22:1
Card sample
#f2cdba text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f2cdba;
Background color
Panel with #f2cdba background
background-color: #f2cdba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f2cdba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 205, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 205, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f2cdba; background: linear-gradient(135deg, #f2cdba, #F2F2BA);