#cbf6ba
a light, electric green · cool · closest name: beige
RGB
203, 246, 186
HSL
103°, 77%, 85%
CMYK
18, 0, 24, 4
Luminance
0.8215
Every format
| HEX | #cbf6ba |
| RGB | rgb(203, 246, 186) |
| HSL | hsl(103, 77%, 85%) |
| CMYK | cmyk(18%, 0%, 24%, 4%) |
| LAB | lab(92.6 -24.5 24.4) |
| LCH | lch(92.6 34.6 135.1) |
| OKLCH | oklch(0.928 0.091 136.9) |
Copy-ready code
/* CSS */
color: #cbf6ba;
background-color: #cbf6ba;
/* Tailwind (arbitrary) */
class="text-[#cbf6ba] bg-[#cbf6ba]"
/* SCSS */
$brand: #cbf6ba;
/* SwiftUI */
Color(red: 0.796, green: 0.965, blue: 0.729)
/* Android */
Color.parseColor("#cbf6ba")Accessibility — WCAG contrast
Aa
#cbf6ba on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbf6ba on black: 17.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green96.5%
Blue72.9%
CMYK percentages
Cyan17.5%
Magenta0.0%
Yellow24.4%
Key (black)3.5%
Color previews
#cbf6ba text on a black background
contrast 17.43:1
Card sample
#cbf6ba text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbf6ba;
Background color
Panel with #cbf6ba background
background-color: #cbf6ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbf6ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 246, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 246, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbf6ba; background: linear-gradient(135deg, #cbf6ba, #BAF6D1);