#f2dbae
a light, vivid orange · warm · closest name: tan
RGB
242, 219, 174
HSL
40°, 72%, 82%
CMYK
0, 10, 28, 5
Luminance
0.7260
Every format
| HEX | #f2dbae |
| RGB | rgb(242, 219, 174) |
| HSL | hsl(40, 72%, 82%) |
| CMYK | cmyk(0%, 10%, 28%, 5%) |
| LAB | lab(88.3 1.3 25.1) |
| LCH | lch(88.3 25.1 87.1) |
| OKLCH | oklch(0.899 0.064 84.0) |
Copy-ready code
/* CSS */
color: #f2dbae;
background-color: #f2dbae;
/* Tailwind (arbitrary) */
class="text-[#f2dbae] bg-[#f2dbae]"
/* SCSS */
$brand: #f2dbae;
/* SwiftUI */
Color(red: 0.949, green: 0.859, blue: 0.682)
/* Android */
Color.parseColor("#f2dbae")Accessibility — WCAG contrast
Aa
#f2dbae on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f2dbae on black: 15.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green85.9%
Blue68.2%
CMYK percentages
Cyan0.0%
Magenta9.5%
Yellow28.1%
Key (black)5.1%
Color previews
#f2dbae text on a black background
contrast 15.52:1
Card sample
#f2dbae text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f2dbae;
Background color
Panel with #f2dbae background
background-color: #f2dbae;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f2dbae;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 219, 174, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 219, 174, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f2dbae; background: linear-gradient(135deg, #f2dbae, #DCF2AE);