#cbf5cb
a pale, vivid green · cool · closest name: beige
RGB
203, 245, 203
HSL
120°, 68%, 88%
CMYK
17, 0, 17, 4
Luminance
0.8231
Every format
| HEX | #cbf5cb |
| RGB | rgb(203, 245, 203) |
| HSL | hsl(120, 68%, 88%) |
| CMYK | cmyk(17%, 0%, 17%, 4%) |
| LAB | lab(92.7 -21.3 15.8) |
| LCH | lch(92.7 26.5 143.4) |
| OKLCH | oklch(0.929 0.071 145.0) |
Copy-ready code
/* CSS */
color: #cbf5cb;
background-color: #cbf5cb;
/* Tailwind (arbitrary) */
class="text-[#cbf5cb] bg-[#cbf5cb]"
/* SCSS */
$brand: #cbf5cb;
/* SwiftUI */
Color(red: 0.796, green: 0.961, blue: 0.796)
/* Android */
Color.parseColor("#cbf5cb")Accessibility — WCAG contrast
Aa
#cbf5cb on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbf5cb on black: 17.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green96.1%
Blue79.6%
CMYK percentages
Cyan17.1%
Magenta0.0%
Yellow17.1%
Key (black)3.9%
Color previews
#cbf5cb text on a black background
contrast 17.46:1
Card sample
#cbf5cb text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbf5cb;
Background color
Panel with #cbf5cb background
background-color: #cbf5cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbf5cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 245, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 245, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbf5cb; background: linear-gradient(135deg, #cbf5cb, #CBF5E7);