#f2dabf
a light, vivid orange · warm · closest name: beige
RGB
242, 218, 191
HSL
32°, 66%, 85%
CMYK
0, 10, 21, 5
Luminance
0.7278
Every format
| HEX | #f2dabf |
| RGB | rgb(242, 218, 191) |
| HSL | hsl(32, 66%, 85%) |
| CMYK | cmyk(0%, 10%, 21%, 5%) |
| LAB | lab(88.3 4.1 16.3) |
| LCH | lch(88.3 16.8 75.9) |
| OKLCH | oklch(0.901 0.045 70.5) |
Copy-ready code
/* CSS */
color: #f2dabf;
background-color: #f2dabf;
/* Tailwind (arbitrary) */
class="text-[#f2dabf] bg-[#f2dabf]"
/* SCSS */
$brand: #f2dabf;
/* SwiftUI */
Color(red: 0.949, green: 0.855, blue: 0.749)
/* Android */
Color.parseColor("#f2dabf")Accessibility — WCAG contrast
Aa
#f2dabf on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f2dabf on black: 15.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green85.5%
Blue74.9%
CMYK percentages
Cyan0.0%
Magenta9.9%
Yellow21.1%
Key (black)5.1%
Color previews
#f2dabf text on a black background
contrast 15.56:1
Card sample
#f2dabf text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f2dabf;
Background color
Panel with #f2dabf background
background-color: #f2dabf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f2dabf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 218, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 218, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f2dabf; background: linear-gradient(135deg, #f2dabf, #E8F2BF);