#cef2ab
a light, vivid green · cool · closest name: khaki
RGB
206, 242, 171
HSL
90°, 73%, 81%
CMYK
15, 0, 29, 5
Luminance
0.7957
Every format
| HEX | #cef2ab |
| RGB | rgb(206, 242, 171) |
| HSL | hsl(90, 73%, 81%) |
| CMYK | cmyk(15%, 0%, 29%, 5%) |
| LAB | lab(91.5 -23.8 30.5) |
| LCH | lch(91.5 38.7 127.9) |
| OKLCH | oklch(0.918 0.100 130.0) |
Copy-ready code
/* CSS */
color: #cef2ab;
background-color: #cef2ab;
/* Tailwind (arbitrary) */
class="text-[#cef2ab] bg-[#cef2ab]"
/* SCSS */
$brand: #cef2ab;
/* SwiftUI */
Color(red: 0.808, green: 0.949, blue: 0.671)
/* Android */
Color.parseColor("#cef2ab")Accessibility — WCAG contrast
Aa
#cef2ab on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cef2ab on black: 16.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green94.9%
Blue67.1%
CMYK percentages
Cyan14.9%
Magenta0.0%
Yellow29.3%
Key (black)5.1%
Color previews
#cef2ab text on a black background
contrast 16.91:1
Card sample
#cef2ab text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cef2ab;
Background color
Panel with #cef2ab background
background-color: #cef2ab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cef2ab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 242, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 242, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cef2ab; background: linear-gradient(135deg, #cef2ab, #ABF2B7);