#cef8db
a pale, electric green · cool · closest name: beige
RGB
206, 248, 219
HSL
139°, 75%, 89%
CMYK
17, 0, 12, 3
Luminance
0.8537
Every format
| HEX | #cef8db |
| RGB | rgb(206, 248, 219) |
| HSL | hsl(139, 75%, 89%) |
| CMYK | cmyk(17%, 0%, 12%, 3%) |
| LAB | lab(94.0 -18.9 9.5) |
| LCH | lch(94.0 21.2 153.4) |
| OKLCH | oklch(0.942 0.058 155.0) |
Copy-ready code
/* CSS */
color: #cef8db;
background-color: #cef8db;
/* Tailwind (arbitrary) */
class="text-[#cef8db] bg-[#cef8db]"
/* SCSS */
$brand: #cef8db;
/* SwiftUI */
Color(red: 0.808, green: 0.973, blue: 0.859)
/* Android */
Color.parseColor("#cef8db")Accessibility — WCAG contrast
Aa
#cef8db on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cef8db on black: 18.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green97.3%
Blue85.9%
CMYK percentages
Cyan16.9%
Magenta0.0%
Yellow11.7%
Key (black)2.7%
Color previews
#cef8db text on a black background
contrast 18.07:1
Card sample
#cef8db text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cef8db;
Background color
Panel with #cef8db background
background-color: #cef8db;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cef8db;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 248, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 248, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cef8db; background: linear-gradient(135deg, #cef8db, #CEF8F7);