#cbf3ab
a light, electric green · cool · closest name: khaki
RGB
203, 243, 171
HSL
93°, 75%, 81%
CMYK
17, 0, 30, 5
Luminance
0.7974
Every format
| HEX | #cbf3ab |
| RGB | rgb(203, 243, 171) |
| HSL | hsl(93, 75%, 81%) |
| CMYK | cmyk(17%, 0%, 30%, 5%) |
| LAB | lab(91.6 -25.3 30.6) |
| LCH | lch(91.6 39.7 129.6) |
| OKLCH | oklch(0.918 0.103 131.8) |
Copy-ready code
/* CSS */
color: #cbf3ab;
background-color: #cbf3ab;
/* Tailwind (arbitrary) */
class="text-[#cbf3ab] bg-[#cbf3ab]"
/* SCSS */
$brand: #cbf3ab;
/* SwiftUI */
Color(red: 0.796, green: 0.953, blue: 0.671)
/* Android */
Color.parseColor("#cbf3ab")Accessibility — WCAG contrast
Aa
#cbf3ab on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbf3ab on black: 16.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green95.3%
Blue67.1%
CMYK percentages
Cyan16.5%
Magenta0.0%
Yellow29.6%
Key (black)4.7%
Color previews
#cbf3ab text on a black background
contrast 16.95:1
Card sample
#cbf3ab text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbf3ab;
Background color
Panel with #cbf3ab background
background-color: #cbf3ab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbf3ab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 243, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 243, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbf3ab; background: linear-gradient(135deg, #cbf3ab, #ABF3BB);