#cef1ce
a pale, vivid green · cool · closest name: beige
RGB
206, 241, 206
HSL
120°, 56%, 88%
CMYK
15, 0, 15, 6
Luminance
0.8049
Every format
| HEX | #cef1ce |
| RGB | rgb(206, 241, 206) |
| HSL | hsl(120, 56%, 88%) |
| CMYK | cmyk(15%, 0%, 15%, 6%) |
| LAB | lab(91.9 -17.8 13.2) |
| LCH | lch(91.9 22.1 143.6) |
| OKLCH | oklch(0.924 0.059 145.1) |
Copy-ready code
/* CSS */
color: #cef1ce;
background-color: #cef1ce;
/* Tailwind (arbitrary) */
class="text-[#cef1ce] bg-[#cef1ce]"
/* SCSS */
$brand: #cef1ce;
/* SwiftUI */
Color(red: 0.808, green: 0.945, blue: 0.808)
/* Android */
Color.parseColor("#cef1ce")Accessibility — WCAG contrast
Aa
#cef1ce on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cef1ce on black: 17.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green94.5%
Blue80.8%
CMYK percentages
Cyan14.5%
Magenta0.0%
Yellow14.5%
Key (black)5.5%
Color previews
#cef1ce text on a black background
contrast 17.10:1
Card sample
#cef1ce text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cef1ce;
Background color
Panel with #cef1ce background
background-color: #cef1ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cef1ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 241, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 241, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cef1ce; background: linear-gradient(135deg, #cef1ce, #CEF1E5);