#cef9d3
a pale, electric green · cool · closest name: beige
RGB
206, 249, 211
HSL
127°, 78%, 89%
CMYK
17, 0, 15, 2
Luminance
0.8558
Every format
| HEX | #cef9d3 |
| RGB | rgb(206, 249, 211) |
| HSL | hsl(127, 78%, 89%) |
| CMYK | cmyk(17%, 0%, 15%, 2%) |
| LAB | lab(94.1 -20.9 13.7) |
| LCH | lch(94.1 25.0 146.6) |
| OKLCH | oklch(0.942 0.067 148.2) |
Copy-ready code
/* CSS */
color: #cef9d3;
background-color: #cef9d3;
/* Tailwind (arbitrary) */
class="text-[#cef9d3] bg-[#cef9d3]"
/* SCSS */
$brand: #cef9d3;
/* SwiftUI */
Color(red: 0.808, green: 0.976, blue: 0.827)
/* Android */
Color.parseColor("#cef9d3")Accessibility — WCAG contrast
Aa
#cef9d3 on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cef9d3 on black: 18.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green97.6%
Blue82.7%
CMYK percentages
Cyan17.3%
Magenta0.0%
Yellow15.3%
Key (black)2.4%
Color previews
#cef9d3 text on a black background
contrast 18.12:1
Card sample
#cef9d3 text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cef9d3;
Background color
Panel with #cef9d3 background
background-color: #cef9d3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cef9d3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 249, 211, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 249, 211, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cef9d3; background: linear-gradient(135deg, #cef9d3, #CEF9F0);