#f2cfc2
a pale, vivid orange · warm · closest name: pink
RGB
242, 207, 194
HSL
16°, 65%, 86%
CMYK
0, 15, 20, 5
Luminance
0.6740
Every format
| HEX | #f2cfc2 |
| RGB | rgb(242, 207, 194) |
| HSL | hsl(16, 65%, 86%) |
| CMYK | cmyk(0%, 15%, 20%, 5%) |
| LAB | lab(85.7 10.3 11.0) |
| LCH | lch(85.7 15.1 47.0) |
| OKLCH | oklch(0.881 0.043 41.4) |
Copy-ready code
/* CSS */
color: #f2cfc2;
background-color: #f2cfc2;
/* Tailwind (arbitrary) */
class="text-[#f2cfc2] bg-[#f2cfc2]"
/* SCSS */
$brand: #f2cfc2;
/* SwiftUI */
Color(red: 0.949, green: 0.812, blue: 0.761)
/* Android */
Color.parseColor("#f2cfc2")Accessibility — WCAG contrast
Aa
#f2cfc2 on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f2cfc2 on black: 14.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green81.2%
Blue76.1%
CMYK percentages
Cyan0.0%
Magenta14.5%
Yellow19.8%
Key (black)5.1%
Color previews
#f2cfc2 text on a black background
contrast 14.48:1
Card sample
#f2cfc2 text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f2cfc2;
Background color
Panel with #f2cfc2 background
background-color: #f2cfc2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f2cfc2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 207, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 207, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f2cfc2; background: linear-gradient(135deg, #f2cfc2, #F2EFC2);