#cefcc2
a pale, electric green · cool · closest name: beige
RGB
206, 252, 194
HSL
108°, 91%, 88%
CMYK
18, 0, 23, 1
Luminance
0.8664
Every format
| HEX | #cefcc2 |
| RGB | rgb(206, 252, 194) |
| HSL | hsl(108, 91%, 88%) |
| CMYK | cmyk(18%, 0%, 23%, 1%) |
| LAB | lab(94.6 -25.1 23.1) |
| LCH | lch(94.6 34.1 137.4) |
| OKLCH | oklch(0.944 0.090 139.2) |
Copy-ready code
/* CSS */
color: #cefcc2;
background-color: #cefcc2;
/* Tailwind (arbitrary) */
class="text-[#cefcc2] bg-[#cefcc2]"
/* SCSS */
$brand: #cefcc2;
/* SwiftUI */
Color(red: 0.808, green: 0.988, blue: 0.761)
/* Android */
Color.parseColor("#cefcc2")Accessibility — WCAG contrast
Aa
#cefcc2 on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cefcc2 on black: 18.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green98.8%
Blue76.1%
CMYK percentages
Cyan18.3%
Magenta0.0%
Yellow23.0%
Key (black)1.2%
Color previews
#cefcc2 text on a black background
contrast 18.33:1
Card sample
#cefcc2 text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cefcc2;
Background color
Panel with #cefcc2 background
background-color: #cefcc2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cefcc2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 252, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 252, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cefcc2; background: linear-gradient(135deg, #cefcc2, #C2FCDD);