#cbf4b6
a light, vivid green · cool · closest name: beige
RGB
203, 244, 182
HSL
100°, 74%, 84%
CMYK
17, 0, 25, 4
Luminance
0.8078
Every format
| HEX | #cbf4b6 |
| RGB | rgb(203, 244, 182) |
| HSL | hsl(100, 74%, 84%) |
| CMYK | cmyk(17%, 0%, 25%, 4%) |
| LAB | lab(92.0 -24.2 25.6) |
| LCH | lch(92.0 35.3 133.3) |
| OKLCH | oklch(0.923 0.092 135.2) |
Copy-ready code
/* CSS */
color: #cbf4b6;
background-color: #cbf4b6;
/* Tailwind (arbitrary) */
class="text-[#cbf4b6] bg-[#cbf4b6]"
/* SCSS */
$brand: #cbf4b6;
/* SwiftUI */
Color(red: 0.796, green: 0.957, blue: 0.714)
/* Android */
Color.parseColor("#cbf4b6")Accessibility — WCAG contrast
Aa
#cbf4b6 on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbf4b6 on black: 17.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green95.7%
Blue71.4%
CMYK percentages
Cyan16.8%
Magenta0.0%
Yellow25.4%
Key (black)4.3%
Color previews
#cbf4b6 text on a black background
contrast 17.16:1
Card sample
#cbf4b6 text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbf4b6;
Background color
Panel with #cbf4b6 background
background-color: #cbf4b6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbf4b6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 244, 182, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 244, 182, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbf4b6; background: linear-gradient(135deg, #cbf4b6, #B6F4CA);