#cef6da
a pale, vivid green · cool · closest name: beige
RGB
206, 246, 218
HSL
138°, 69%, 89%
CMYK
16, 0, 11, 4
Luminance
0.8410
Every format
| HEX | #cef6da |
| RGB | rgb(206, 246, 218) |
| HSL | hsl(138, 69%, 89%) |
| CMYK | cmyk(16%, 0%, 11%, 4%) |
| LAB | lab(93.5 -18.1 9.2) |
| LCH | lch(93.5 20.3 153.1) |
| OKLCH | oklch(0.937 0.056 154.7) |
Copy-ready code
/* CSS */
color: #cef6da;
background-color: #cef6da;
/* Tailwind (arbitrary) */
class="text-[#cef6da] bg-[#cef6da]"
/* SCSS */
$brand: #cef6da;
/* SwiftUI */
Color(red: 0.808, green: 0.965, blue: 0.855)
/* Android */
Color.parseColor("#cef6da")Accessibility — WCAG contrast
Aa
#cef6da on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cef6da on black: 17.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green96.5%
Blue85.5%
CMYK percentages
Cyan16.3%
Magenta0.0%
Yellow11.4%
Key (black)3.5%
Color previews
#cef6da text on a black background
contrast 17.82:1
Card sample
#cef6da text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cef6da;
Background color
Panel with #cef6da background
background-color: #cef6da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cef6da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 246, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 246, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cef6da; background: linear-gradient(135deg, #cef6da, #CEF6F5);