#cfece2
a pale, soft green · cool · closest name: ivory
RGB
207, 236, 226
HSL
159°, 43%, 87%
CMYK
12, 0, 4, 8
Luminance
0.7875
Every format
| HEX | #cfece2 |
| RGB | rgb(207, 236, 226) |
| HSL | hsl(159, 43%, 87%) |
| CMYK | cmyk(12%, 0%, 4%, 8%) |
| LAB | lab(91.1 -11.4 1.6) |
| LCH | lch(91.1 11.5 171.8) |
| OKLCH | oklch(0.919 0.033 172.8) |
Copy-ready code
/* CSS */
color: #cfece2;
background-color: #cfece2;
/* Tailwind (arbitrary) */
class="text-[#cfece2] bg-[#cfece2]"
/* SCSS */
$brand: #cfece2;
/* SwiftUI */
Color(red: 0.812, green: 0.925, blue: 0.886)
/* Android */
Color.parseColor("#cfece2")Accessibility — WCAG contrast
Aa
#cfece2 on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfece2 on black: 16.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green92.5%
Blue88.6%
CMYK percentages
Cyan12.3%
Magenta0.0%
Yellow4.2%
Key (black)7.5%
Color previews
#cfece2 text on a black background
contrast 16.75:1
Card sample
#cfece2 text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfece2;
Background color
Panel with #cfece2 background
background-color: #cfece2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfece2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 236, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 236, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfece2; background: linear-gradient(135deg, #cfece2, #CFE3EC);