#f2ddab
a light, vivid yellow · warm · closest name: tan
RGB
242, 221, 171
HSL
42°, 73%, 81%
CMYK
0, 9, 29, 5
Luminance
0.7353
Every format
| HEX | #f2ddab |
| RGB | rgb(242, 221, 171) |
| HSL | hsl(42, 73%, 81%) |
| CMYK | cmyk(0%, 9%, 29%, 5%) |
| LAB | lab(88.7 -0.1 27.2) |
| LCH | lch(88.7 27.2 90.3) |
| OKLCH | oklch(0.903 0.069 87.9) |
Copy-ready code
/* CSS */
color: #f2ddab;
background-color: #f2ddab;
/* Tailwind (arbitrary) */
class="text-[#f2ddab] bg-[#f2ddab]"
/* SCSS */
$brand: #f2ddab;
/* SwiftUI */
Color(red: 0.949, green: 0.867, blue: 0.671)
/* Android */
Color.parseColor("#f2ddab")Accessibility — WCAG contrast
Aa
#f2ddab on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f2ddab on black: 15.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green86.7%
Blue67.1%
CMYK percentages
Cyan0.0%
Magenta8.7%
Yellow29.3%
Key (black)5.1%
Color previews
#f2ddab text on a black background
contrast 15.71:1
Card sample
#f2ddab text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f2ddab;
Background color
Panel with #f2ddab background
background-color: #f2ddab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f2ddab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 221, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 221, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f2ddab; background: linear-gradient(135deg, #f2ddab, #D8F2AB);