#cef8df
a pale, electric green · cool · closest name: beige
RGB
206, 248, 223
HSL
144°, 75%, 89%
CMYK
17, 0, 10, 3
Luminance
0.8558
Every format
| HEX | #cef8df |
| RGB | rgb(206, 248, 223) |
| HSL | hsl(144, 75%, 89%) |
| CMYK | cmyk(17%, 0%, 10%, 3%) |
| LAB | lab(94.1 -18.2 7.5) |
| LCH | lch(94.1 19.7 157.5) |
| OKLCH | oklch(0.943 0.055 159.0) |
Copy-ready code
/* CSS */
color: #cef8df;
background-color: #cef8df;
/* Tailwind (arbitrary) */
class="text-[#cef8df] bg-[#cef8df]"
/* SCSS */
$brand: #cef8df;
/* SwiftUI */
Color(red: 0.808, green: 0.973, blue: 0.875)
/* Android */
Color.parseColor("#cef8df")Accessibility — WCAG contrast
Aa
#cef8df on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cef8df on black: 18.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green97.3%
Blue87.5%
CMYK percentages
Cyan16.9%
Magenta0.0%
Yellow10.1%
Key (black)2.7%
Color previews
#cef8df text on a black background
contrast 18.12:1
Card sample
#cef8df text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cef8df;
Background color
Panel with #cef8df background
background-color: #cef8df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cef8df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 248, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 248, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cef8df; background: linear-gradient(135deg, #cef8df, #CEF5F8);