#cef1c1
a pale, vivid green · cool · closest name: beige
RGB
206, 241, 193
HSL
104°, 63%, 85%
CMYK
15, 0, 20, 6
Luminance
0.7988
Every format
| HEX | #cef1c1 |
| RGB | rgb(206, 241, 193) |
| HSL | hsl(104, 63%, 85%) |
| CMYK | cmyk(15%, 0%, 20%, 6%) |
| LAB | lab(91.6 -20.0 19.5) |
| LCH | lch(91.6 27.9 135.7) |
| OKLCH | oklch(0.921 0.074 137.3) |
Copy-ready code
/* CSS */
color: #cef1c1;
background-color: #cef1c1;
/* Tailwind (arbitrary) */
class="text-[#cef1c1] bg-[#cef1c1]"
/* SCSS */
$brand: #cef1c1;
/* SwiftUI */
Color(red: 0.808, green: 0.945, blue: 0.757)
/* Android */
Color.parseColor("#cef1c1")Accessibility — WCAG contrast
Aa
#cef1c1 on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cef1c1 on black: 16.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green94.5%
Blue75.7%
CMYK percentages
Cyan14.5%
Magenta0.0%
Yellow19.9%
Key (black)5.5%
Color previews
#cef1c1 text on a black background
contrast 16.98:1
Card sample
#cef1c1 text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cef1c1;
Background color
Panel with #cef1c1 background
background-color: #cef1c1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cef1c1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 241, 193, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 241, 193, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cef1c1; background: linear-gradient(135deg, #cef1c1, #C1F1D4);