#f2dac7
a pale, vivid orange · warm · closest name: beige
RGB
242, 218, 199
HSL
27°, 62%, 87%
CMYK
0, 10, 18, 5
Luminance
0.7314
Every format
| HEX | #f2dac7 |
| RGB | rgb(242, 218, 199) |
| HSL | hsl(27, 62%, 87%) |
| CMYK | cmyk(0%, 10%, 18%, 5%) |
| LAB | lab(88.5 5.3 12.4) |
| LCH | lch(88.5 13.4 66.9) |
| OKLCH | oklch(0.903 0.037 60.7) |
Copy-ready code
/* CSS */
color: #f2dac7;
background-color: #f2dac7;
/* Tailwind (arbitrary) */
class="text-[#f2dac7] bg-[#f2dac7]"
/* SCSS */
$brand: #f2dac7;
/* SwiftUI */
Color(red: 0.949, green: 0.855, blue: 0.780)
/* Android */
Color.parseColor("#f2dac7")Accessibility — WCAG contrast
Aa
#f2dac7 on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f2dac7 on black: 15.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green85.5%
Blue78.0%
CMYK percentages
Cyan0.0%
Magenta9.9%
Yellow17.8%
Key (black)5.1%
Color previews
#f2dac7 text on a black background
contrast 15.63:1
Card sample
#f2dac7 text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f2dac7;
Background color
Panel with #f2dac7 background
background-color: #f2dac7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f2dac7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 218, 199, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 218, 199, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f2dac7; background: linear-gradient(135deg, #f2dac7, #EDF2C7);