#f2dccc
a pale, vivid orange · warm · closest name: beige
RGB
242, 220, 204
HSL
25°, 59%, 88%
CMYK
0, 9, 16, 5
Luminance
0.7442
Every format
| HEX | #f2dccc |
| RGB | rgb(242, 220, 204) |
| HSL | hsl(25, 59%, 88%) |
| CMYK | cmyk(0%, 9%, 16%, 5%) |
| LAB | lab(89.1 5.0 10.6) |
| LCH | lch(89.1 11.7 64.7) |
| OKLCH | oklch(0.908 0.033 58.4) |
Copy-ready code
/* CSS */
color: #f2dccc;
background-color: #f2dccc;
/* Tailwind (arbitrary) */
class="text-[#f2dccc] bg-[#f2dccc]"
/* SCSS */
$brand: #f2dccc;
/* SwiftUI */
Color(red: 0.949, green: 0.863, blue: 0.800)
/* Android */
Color.parseColor("#f2dccc")Accessibility — WCAG contrast
Aa
#f2dccc on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f2dccc on black: 15.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green86.3%
Blue80.0%
CMYK percentages
Cyan0.0%
Magenta9.1%
Yellow15.7%
Key (black)5.1%
Color previews
#f2dccc text on a black background
contrast 15.88:1
Card sample
#f2dccc text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f2dccc;
Background color
Panel with #f2dccc background
background-color: #f2dccc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f2dccc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 220, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 220, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f2dccc; background: linear-gradient(135deg, #f2dccc, #EFF2CC);