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