#cef4cc
a pale, vivid green · cool · closest name: beige
RGB
206, 244, 204
HSL
117°, 65%, 88%
CMYK
16, 0, 16, 4
Luminance
0.8218
Every format
| HEX | #cef4cc |
| RGB | rgb(206, 244, 204) |
| HSL | hsl(117, 65%, 88%) |
| CMYK | cmyk(16%, 0%, 16%, 4%) |
| LAB | lab(92.7 -19.6 15.3) |
| LCH | lch(92.7 24.9 142.1) |
| OKLCH | oklch(0.930 0.067 143.7) |
Copy-ready code
/* CSS */
color: #cef4cc;
background-color: #cef4cc;
/* Tailwind (arbitrary) */
class="text-[#cef4cc] bg-[#cef4cc]"
/* SCSS */
$brand: #cef4cc;
/* SwiftUI */
Color(red: 0.808, green: 0.957, blue: 0.800)
/* Android */
Color.parseColor("#cef4cc")Accessibility — WCAG contrast
Aa
#cef4cc on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cef4cc on black: 17.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green95.7%
Blue80.0%
CMYK percentages
Cyan15.6%
Magenta0.0%
Yellow16.4%
Key (black)4.3%
Color previews
#cef4cc text on a black background
contrast 17.44:1
Card sample
#cef4cc text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cef4cc;
Background color
Panel with #cef4cc background
background-color: #cef4cc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cef4cc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 244, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 244, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cef4cc; background: linear-gradient(135deg, #cef4cc, #CCF4E5);