#cef6ce
a pale, vivid green · cool · closest name: beige
RGB
206, 246, 206
HSL
120°, 69%, 89%
CMYK
16, 0, 16, 4
Luminance
0.8349
Every format
| HEX | #cef6ce |
| RGB | rgb(206, 246, 206) |
| HSL | hsl(120, 69%, 89%) |
| CMYK | cmyk(16%, 0%, 16%, 4%) |
| LAB | lab(93.2 -20.3 15.0) |
| LCH | lch(93.2 25.2 143.4) |
| OKLCH | oklch(0.934 0.068 145.0) |
Copy-ready code
/* CSS */
color: #cef6ce;
background-color: #cef6ce;
/* Tailwind (arbitrary) */
class="text-[#cef6ce] bg-[#cef6ce]"
/* SCSS */
$brand: #cef6ce;
/* SwiftUI */
Color(red: 0.808, green: 0.965, blue: 0.808)
/* Android */
Color.parseColor("#cef6ce")Accessibility — WCAG contrast
Aa
#cef6ce on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cef6ce on black: 17.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green96.5%
Blue80.8%
CMYK percentages
Cyan16.3%
Magenta0.0%
Yellow16.3%
Key (black)3.5%
Color previews
#cef6ce text on a black background
contrast 17.70:1
Card sample
#cef6ce text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cef6ce;
Background color
Panel with #cef6ce background
background-color: #cef6ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cef6ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 246, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 246, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cef6ce; background: linear-gradient(135deg, #cef6ce, #CEF6E9);