#cbf2ab
a light, vivid green · cool · closest name: khaki
RGB
203, 242, 171
HSL
93°, 73%, 81%
CMYK
16, 0, 29, 5
Luminance
0.7914
Every format
| HEX | #cbf2ab |
| RGB | rgb(203, 242, 171) |
| HSL | hsl(93, 73%, 81%) |
| CMYK | cmyk(16%, 0%, 29%, 5%) |
| LAB | lab(91.3 -24.9 30.3) |
| LCH | lch(91.3 39.1 129.4) |
| OKLCH | oklch(0.916 0.102 131.5) |
Copy-ready code
/* CSS */
color: #cbf2ab;
background-color: #cbf2ab;
/* Tailwind (arbitrary) */
class="text-[#cbf2ab] bg-[#cbf2ab]"
/* SCSS */
$brand: #cbf2ab;
/* SwiftUI */
Color(red: 0.796, green: 0.949, blue: 0.671)
/* Android */
Color.parseColor("#cbf2ab")Accessibility — WCAG contrast
Aa
#cbf2ab on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbf2ab on black: 16.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green94.9%
Blue67.1%
CMYK percentages
Cyan16.1%
Magenta0.0%
Yellow29.3%
Key (black)5.1%
Color previews
#cbf2ab text on a black background
contrast 16.83:1
Card sample
#cbf2ab text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbf2ab;
Background color
Panel with #cbf2ab background
background-color: #cbf2ab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbf2ab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 242, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 242, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbf2ab; background: linear-gradient(135deg, #cbf2ab, #ABF2BA);