#f2dfba
a light, vivid orange · warm · closest name: beige
RGB
242, 223, 186
HSL
40°, 68%, 84%
CMYK
0, 8, 23, 5
Luminance
0.7520
Every format
| HEX | #f2dfba |
| RGB | rgb(242, 223, 186) |
| HSL | hsl(40, 68%, 84%) |
| CMYK | cmyk(0%, 8%, 23%, 5%) |
| LAB | lab(89.5 0.8 20.5) |
| LCH | lch(89.5 20.5 87.7) |
| OKLCH | oklch(0.910 0.053 84.0) |
Copy-ready code
/* CSS */
color: #f2dfba;
background-color: #f2dfba;
/* Tailwind (arbitrary) */
class="text-[#f2dfba] bg-[#f2dfba]"
/* SCSS */
$brand: #f2dfba;
/* SwiftUI */
Color(red: 0.949, green: 0.875, blue: 0.729)
/* Android */
Color.parseColor("#f2dfba")Accessibility — WCAG contrast
Aa
#f2dfba on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f2dfba on black: 16.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green87.5%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta7.9%
Yellow23.1%
Key (black)5.1%
Color previews
#f2dfba text on a black background
contrast 16.04:1
Card sample
#f2dfba text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f2dfba;
Background color
Panel with #f2dfba background
background-color: #f2dfba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f2dfba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 223, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 223, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f2dfba; background: linear-gradient(135deg, #f2dfba, #E0F2BA);