#f2dcad
a light, vivid yellow · warm · closest name: tan
RGB
242, 220, 173
HSL
41°, 73%, 81%
CMYK
0, 9, 29, 5
Luminance
0.7308
Every format
| HEX | #f2dcad |
| RGB | rgb(242, 220, 173) |
| HSL | hsl(41, 73%, 81%) |
| CMYK | cmyk(0%, 9%, 29%, 5%) |
| LAB | lab(88.5 0.6 25.9) |
| LCH | lch(88.5 25.9 88.6) |
| OKLCH | oklch(0.901 0.066 85.8) |
Copy-ready code
/* CSS */
color: #f2dcad;
background-color: #f2dcad;
/* Tailwind (arbitrary) */
class="text-[#f2dcad] bg-[#f2dcad]"
/* SCSS */
$brand: #f2dcad;
/* SwiftUI */
Color(red: 0.949, green: 0.863, blue: 0.678)
/* Android */
Color.parseColor("#f2dcad")Accessibility — WCAG contrast
Aa
#f2dcad on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f2dcad on black: 15.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green86.3%
Blue67.8%
CMYK percentages
Cyan0.0%
Magenta9.1%
Yellow28.5%
Key (black)5.1%
Color previews
#f2dcad text on a black background
contrast 15.62:1
Card sample
#f2dcad text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f2dcad;
Background color
Panel with #f2dcad background
background-color: #f2dcad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f2dcad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 220, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 220, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f2dcad; background: linear-gradient(135deg, #f2dcad, #DAF2AD);