#f2dcca
a pale, vivid orange · warm · closest name: beige
RGB
242, 220, 202
HSL
27°, 61%, 87%
CMYK
0, 9, 17, 5
Luminance
0.7433
Every format
| HEX | #f2dcca |
| RGB | rgb(242, 220, 202) |
| HSL | hsl(27, 61%, 87%) |
| CMYK | cmyk(0%, 9%, 17%, 5%) |
| LAB | lab(89.1 4.7 11.6) |
| LCH | lch(89.1 12.5 67.9) |
| OKLCH | oklch(0.908 0.034 61.7) |
Copy-ready code
/* CSS */
color: #f2dcca;
background-color: #f2dcca;
/* Tailwind (arbitrary) */
class="text-[#f2dcca] bg-[#f2dcca]"
/* SCSS */
$brand: #f2dcca;
/* SwiftUI */
Color(red: 0.949, green: 0.863, blue: 0.792)
/* Android */
Color.parseColor("#f2dcca")Accessibility — WCAG contrast
Aa
#f2dcca on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f2dcca on black: 15.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green86.3%
Blue79.2%
CMYK percentages
Cyan0.0%
Magenta9.1%
Yellow16.5%
Key (black)5.1%
Color previews
#f2dcca text on a black background
contrast 15.87:1
Card sample
#f2dcca text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f2dcca;
Background color
Panel with #f2dcca background
background-color: #f2dcca;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f2dcca;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 220, 202, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 220, 202, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f2dcca; background: linear-gradient(135deg, #f2dcca, #EDF2CA);