#cef0da
a pale, vivid green · cool · closest name: beige
RGB
206, 240, 218
HSL
141°, 53%, 88%
CMYK
14, 0, 9, 6
Luminance
0.8050
Every format
| HEX | #cef0da |
| RGB | rgb(206, 240, 218) |
| HSL | hsl(141, 53%, 88%) |
| CMYK | cmyk(14%, 0%, 9%, 6%) |
| LAB | lab(91.9 -15.2 6.9) |
| LCH | lch(91.9 16.7 155.4) |
| OKLCH | oklch(0.925 0.046 157.0) |
Copy-ready code
/* CSS */
color: #cef0da;
background-color: #cef0da;
/* Tailwind (arbitrary) */
class="text-[#cef0da] bg-[#cef0da]"
/* SCSS */
$brand: #cef0da;
/* SwiftUI */
Color(red: 0.808, green: 0.941, blue: 0.855)
/* Android */
Color.parseColor("#cef0da")Accessibility — WCAG contrast
Aa
#cef0da on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cef0da on black: 17.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green94.1%
Blue85.5%
CMYK percentages
Cyan14.2%
Magenta0.0%
Yellow9.2%
Key (black)5.9%
Color previews
#cef0da text on a black background
contrast 17.10:1
Card sample
#cef0da text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cef0da;
Background color
Panel with #cef0da background
background-color: #cef0da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cef0da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 240, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 240, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cef0da; background: linear-gradient(135deg, #cef0da, #CEEFF0);