#cef8d2
a pale, electric green · cool · closest name: beige
RGB
206, 248, 210
HSL
126°, 75%, 89%
CMYK
17, 0, 15, 3
Luminance
0.8491
Every format
| HEX | #cef8d2 |
| RGB | rgb(206, 248, 210) |
| HSL | hsl(126, 75%, 89%) |
| CMYK | cmyk(17%, 0%, 15%, 3%) |
| LAB | lab(93.8 -20.5 13.8) |
| LCH | lch(93.8 24.8 146.0) |
| OKLCH | oklch(0.940 0.067 147.6) |
Copy-ready code
/* CSS */
color: #cef8d2;
background-color: #cef8d2;
/* Tailwind (arbitrary) */
class="text-[#cef8d2] bg-[#cef8d2]"
/* SCSS */
$brand: #cef8d2;
/* SwiftUI */
Color(red: 0.808, green: 0.973, blue: 0.824)
/* Android */
Color.parseColor("#cef8d2")Accessibility — WCAG contrast
Aa
#cef8d2 on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cef8d2 on black: 17.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green97.3%
Blue82.4%
CMYK percentages
Cyan16.9%
Magenta0.0%
Yellow15.3%
Key (black)2.7%
Color previews
#cef8d2 text on a black background
contrast 17.98:1
Card sample
#cef8d2 text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cef8d2;
Background color
Panel with #cef8d2 background
background-color: #cef8d2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cef8d2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 248, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 248, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cef8d2; background: linear-gradient(135deg, #cef8d2, #CEF8EE);