#cbf8ba
a pale, electric green · cool · closest name: beige
RGB
203, 248, 186
HSL
104°, 82%, 85%
CMYK
18, 0, 25, 3
Luminance
0.8338
Every format
| HEX | #cbf8ba |
| RGB | rgb(203, 248, 186) |
| HSL | hsl(104, 82%, 85%) |
| CMYK | cmyk(18%, 0%, 25%, 3%) |
| LAB | lab(93.2 -25.5 25.2) |
| LCH | lch(93.2 35.8 135.3) |
| OKLCH | oklch(0.932 0.094 137.2) |
Copy-ready code
/* CSS */
color: #cbf8ba;
background-color: #cbf8ba;
/* Tailwind (arbitrary) */
class="text-[#cbf8ba] bg-[#cbf8ba]"
/* SCSS */
$brand: #cbf8ba;
/* SwiftUI */
Color(red: 0.796, green: 0.973, blue: 0.729)
/* Android */
Color.parseColor("#cbf8ba")Accessibility — WCAG contrast
Aa
#cbf8ba on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbf8ba on black: 17.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green97.3%
Blue72.9%
CMYK percentages
Cyan18.1%
Magenta0.0%
Yellow25.0%
Key (black)2.7%
Color previews
#cbf8ba text on a black background
contrast 17.68:1
Card sample
#cbf8ba text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbf8ba;
Background color
Panel with #cbf8ba background
background-color: #cbf8ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbf8ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 248, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 248, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbf8ba; background: linear-gradient(135deg, #cbf8ba, #BAF8D2);