#cefbc0
a pale, electric green · cool · closest name: beige
RGB
206, 251, 192
HSL
106°, 88%, 87%
CMYK
18, 0, 24, 2
Luminance
0.8592
Every format
| HEX | #cefbc0 |
| RGB | rgb(206, 251, 192) |
| HSL | hsl(106, 88%, 87%) |
| CMYK | cmyk(18%, 0%, 24%, 2%) |
| LAB | lab(94.3 -25.0 23.7) |
| LCH | lch(94.3 34.4 136.5) |
| OKLCH | oklch(0.942 0.091 138.3) |
Copy-ready code
/* CSS */
color: #cefbc0;
background-color: #cefbc0;
/* Tailwind (arbitrary) */
class="text-[#cefbc0] bg-[#cefbc0]"
/* SCSS */
$brand: #cefbc0;
/* SwiftUI */
Color(red: 0.808, green: 0.984, blue: 0.753)
/* Android */
Color.parseColor("#cefbc0")Accessibility — WCAG contrast
Aa
#cefbc0 on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cefbc0 on black: 18.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green98.4%
Blue75.3%
CMYK percentages
Cyan17.9%
Magenta0.0%
Yellow23.5%
Key (black)1.6%
Color previews
#cefbc0 text on a black background
contrast 18.18:1
Card sample
#cefbc0 text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cefbc0;
Background color
Panel with #cefbc0 background
background-color: #cefbc0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cefbc0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 251, 192, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 251, 192, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cefbc0; background: linear-gradient(135deg, #cefbc0, #C0FBD9);