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