#cef3ab
a light, electric green · cool · closest name: khaki
RGB
206, 243, 171
HSL
91°, 75%, 81%
CMYK
15, 0, 30, 5
Luminance
0.8016
Every format
| HEX | #cef3ab |
| RGB | rgb(206, 243, 171) |
| HSL | hsl(91, 75%, 81%) |
| CMYK | cmyk(15%, 0%, 30%, 5%) |
| LAB | lab(91.8 -24.3 30.9) |
| LCH | lch(91.8 39.3 128.2) |
| OKLCH | oklch(0.920 0.102 130.3) |
Copy-ready code
/* CSS */
color: #cef3ab;
background-color: #cef3ab;
/* Tailwind (arbitrary) */
class="text-[#cef3ab] bg-[#cef3ab]"
/* SCSS */
$brand: #cef3ab;
/* SwiftUI */
Color(red: 0.808, green: 0.953, blue: 0.671)
/* Android */
Color.parseColor("#cef3ab")Accessibility — WCAG contrast
Aa
#cef3ab on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cef3ab on black: 17.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green95.3%
Blue67.1%
CMYK percentages
Cyan15.2%
Magenta0.0%
Yellow29.6%
Key (black)4.7%
Color previews
#cef3ab text on a black background
contrast 17.03:1
Card sample
#cef3ab text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cef3ab;
Background color
Panel with #cef3ab background
background-color: #cef3ab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cef3ab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 243, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 243, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cef3ab; background: linear-gradient(135deg, #cef3ab, #ABF3B8);