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