#cbf0ba
a light, vivid green · cool · closest name: beige
RGB
203, 240, 186
HSL
101°, 64%, 84%
CMYK
15, 0, 23, 6
Luminance
0.7856
Every format
| HEX | #cbf0ba |
| RGB | rgb(203, 240, 186) |
| HSL | hsl(101, 64%, 84%) |
| CMYK | cmyk(15%, 0%, 23%, 6%) |
| LAB | lab(91.0 -21.6 22.2) |
| LCH | lch(91.0 31.0 134.2) |
| OKLCH | oklch(0.915 0.082 135.9) |
Copy-ready code
/* CSS */
color: #cbf0ba;
background-color: #cbf0ba;
/* Tailwind (arbitrary) */
class="text-[#cbf0ba] bg-[#cbf0ba]"
/* SCSS */
$brand: #cbf0ba;
/* SwiftUI */
Color(red: 0.796, green: 0.941, blue: 0.729)
/* Android */
Color.parseColor("#cbf0ba")Accessibility — WCAG contrast
Aa
#cbf0ba on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbf0ba on black: 16.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green94.1%
Blue72.9%
CMYK percentages
Cyan15.4%
Magenta0.0%
Yellow22.5%
Key (black)5.9%
Color previews
#cbf0ba text on a black background
contrast 16.71:1
Card sample
#cbf0ba text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbf0ba;
Background color
Panel with #cbf0ba background
background-color: #cbf0ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbf0ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 240, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 240, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbf0ba; background: linear-gradient(135deg, #cbf0ba, #BAF0CD);