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