#cefcc7
a pale, electric green · cool · closest name: beige
RGB
206, 252, 199
HSL
112°, 90%, 88%
CMYK
18, 0, 21, 1
Luminance
0.8687
Every format
| HEX | #cefcc7 |
| RGB | rgb(206, 252, 199) |
| HSL | hsl(112, 90%, 88%) |
| CMYK | cmyk(18%, 0%, 21%, 1%) |
| LAB | lab(94.7 -24.3 20.7) |
| LCH | lch(94.7 31.9 139.7) |
| OKLCH | oklch(0.945 0.085 141.4) |
Copy-ready code
/* CSS */
color: #cefcc7;
background-color: #cefcc7;
/* Tailwind (arbitrary) */
class="text-[#cefcc7] bg-[#cefcc7]"
/* SCSS */
$brand: #cefcc7;
/* SwiftUI */
Color(red: 0.808, green: 0.988, blue: 0.780)
/* Android */
Color.parseColor("#cefcc7")Accessibility — WCAG contrast
Aa
#cefcc7 on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cefcc7 on black: 18.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green98.8%
Blue78.0%
CMYK percentages
Cyan18.3%
Magenta0.0%
Yellow21.0%
Key (black)1.2%
Color previews
#cefcc7 text on a black background
contrast 18.37:1
Card sample
#cefcc7 text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cefcc7;
Background color
Panel with #cefcc7 background
background-color: #cefcc7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cefcc7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 252, 199, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 252, 199, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cefcc7; background: linear-gradient(135deg, #cefcc7, #C7FCE3);