#f2dbcf
a pale, vivid orange · warm · closest name: beige
RGB
242, 219, 207
HSL
21°, 57%, 88%
CMYK
0, 10, 15, 5
Luminance
0.7405
Every format
| HEX | #f2dbcf |
| RGB | rgb(242, 219, 207) |
| HSL | hsl(21, 57%, 88%) |
| CMYK | cmyk(0%, 10%, 15%, 5%) |
| LAB | lab(88.9 6.0 8.8) |
| LCH | lch(88.9 10.6 55.7) |
| OKLCH | oklch(0.907 0.030 49.4) |
Copy-ready code
/* CSS */
color: #f2dbcf;
background-color: #f2dbcf;
/* Tailwind (arbitrary) */
class="text-[#f2dbcf] bg-[#f2dbcf]"
/* SCSS */
$brand: #f2dbcf;
/* SwiftUI */
Color(red: 0.949, green: 0.859, blue: 0.812)
/* Android */
Color.parseColor("#f2dbcf")Accessibility — WCAG contrast
Aa
#f2dbcf on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f2dbcf on black: 15.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green85.9%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta9.5%
Yellow14.5%
Key (black)5.1%
Color previews
#f2dbcf text on a black background
contrast 15.81:1
Card sample
#f2dbcf text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f2dbcf;
Background color
Panel with #f2dbcf background
background-color: #f2dbcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f2dbcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 219, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 219, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f2dbcf; background: linear-gradient(135deg, #f2dbcf, #F2F2CF);