#f2dfbe
a light, vivid orange · warm · closest name: beige
RGB
242, 223, 190
HSL
38°, 67%, 85%
CMYK
0, 8, 22, 5
Luminance
0.7537
Every format
| HEX | #f2dfbe |
| RGB | rgb(242, 223, 190) |
| HSL | hsl(38, 67%, 85%) |
| CMYK | cmyk(0%, 8%, 22%, 5%) |
| LAB | lab(89.6 1.4 18.6) |
| LCH | lch(89.6 18.6 85.7) |
| OKLCH | oklch(0.911 0.048 81.5) |
Copy-ready code
/* CSS */
color: #f2dfbe;
background-color: #f2dfbe;
/* Tailwind (arbitrary) */
class="text-[#f2dfbe] bg-[#f2dfbe]"
/* SCSS */
$brand: #f2dfbe;
/* SwiftUI */
Color(red: 0.949, green: 0.875, blue: 0.745)
/* Android */
Color.parseColor("#f2dfbe")Accessibility — WCAG contrast
Aa
#f2dfbe on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f2dfbe on black: 16.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green87.5%
Blue74.5%
CMYK percentages
Cyan0.0%
Magenta7.9%
Yellow21.5%
Key (black)5.1%
Color previews
#f2dfbe text on a black background
contrast 16.07:1
Card sample
#f2dfbe text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f2dfbe;
Background color
Panel with #f2dfbe background
background-color: #f2dfbe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f2dfbe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 223, 190, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 223, 190, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f2dfbe; background: linear-gradient(135deg, #f2dfbe, #E2F2BE);