#cef5d0
a pale, vivid green · cool · closest name: beige
RGB
206, 245, 208
HSL
123°, 66%, 88%
CMYK
16, 0, 15, 4
Luminance
0.8298
Every format
| HEX | #cef5d0 |
| RGB | rgb(206, 245, 208) |
| HSL | hsl(123, 66%, 88%) |
| CMYK | cmyk(16%, 0%, 15%, 4%) |
| LAB | lab(93.0 -19.4 13.7) |
| LCH | lch(93.0 23.8 144.8) |
| OKLCH | oklch(0.933 0.064 146.4) |
Copy-ready code
/* CSS */
color: #cef5d0;
background-color: #cef5d0;
/* Tailwind (arbitrary) */
class="text-[#cef5d0] bg-[#cef5d0]"
/* SCSS */
$brand: #cef5d0;
/* SwiftUI */
Color(red: 0.808, green: 0.961, blue: 0.816)
/* Android */
Color.parseColor("#cef5d0")Accessibility — WCAG contrast
Aa
#cef5d0 on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cef5d0 on black: 17.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green96.1%
Blue81.6%
CMYK percentages
Cyan15.9%
Magenta0.0%
Yellow15.1%
Key (black)3.9%
Color previews
#cef5d0 text on a black background
contrast 17.60:1
Card sample
#cef5d0 text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cef5d0;
Background color
Panel with #cef5d0 background
background-color: #cef5d0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cef5d0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 245, 208, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 245, 208, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cef5d0; background: linear-gradient(135deg, #cef5d0, #CEF5EA);