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