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