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