#cbf1ba
a light, vivid green · cool · closest name: beige
RGB
203, 241, 186
HSL
102°, 66%, 84%
CMYK
16, 0, 23, 6
Luminance
0.7915
Every format
| HEX | #cbf1ba |
| RGB | rgb(203, 241, 186) |
| HSL | hsl(102, 66%, 84%) |
| CMYK | cmyk(16%, 0%, 23%, 6%) |
| LAB | lab(91.3 -22.1 22.6) |
| LCH | lch(91.3 31.6 134.4) |
| OKLCH | oklch(0.917 0.083 136.1) |
Copy-ready code
/* CSS */
color: #cbf1ba;
background-color: #cbf1ba;
/* Tailwind (arbitrary) */
class="text-[#cbf1ba] bg-[#cbf1ba]"
/* SCSS */
$brand: #cbf1ba;
/* SwiftUI */
Color(red: 0.796, green: 0.945, blue: 0.729)
/* Android */
Color.parseColor("#cbf1ba")Accessibility — WCAG contrast
Aa
#cbf1ba on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbf1ba on black: 16.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green94.5%
Blue72.9%
CMYK percentages
Cyan15.8%
Magenta0.0%
Yellow22.8%
Key (black)5.5%
Color previews
#cbf1ba text on a black background
contrast 16.83:1
Card sample
#cbf1ba text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbf1ba;
Background color
Panel with #cbf1ba background
background-color: #cbf1ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbf1ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 241, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 241, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbf1ba; background: linear-gradient(135deg, #cbf1ba, #BAF1CE);