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