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