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