#cbf4cb
a pale, vivid green · cool · closest name: beige
RGB
203, 244, 203
HSL
120°, 65%, 88%
CMYK
17, 0, 17, 4
Luminance
0.8171
Every format
| HEX | #cbf4cb |
| RGB | rgb(203, 244, 203) |
| HSL | hsl(120, 65%, 88%) |
| CMYK | cmyk(17%, 0%, 17%, 4%) |
| LAB | lab(92.5 -20.8 15.4) |
| LCH | lch(92.5 25.9 143.4) |
| OKLCH | oklch(0.927 0.069 145.0) |
Copy-ready code
/* CSS */
color: #cbf4cb;
background-color: #cbf4cb;
/* Tailwind (arbitrary) */
class="text-[#cbf4cb] bg-[#cbf4cb]"
/* SCSS */
$brand: #cbf4cb;
/* SwiftUI */
Color(red: 0.796, green: 0.957, blue: 0.796)
/* Android */
Color.parseColor("#cbf4cb")Accessibility — WCAG contrast
Aa
#cbf4cb on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbf4cb on black: 17.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green95.7%
Blue79.6%
CMYK percentages
Cyan16.8%
Magenta0.0%
Yellow16.8%
Key (black)4.3%
Color previews
#cbf4cb text on a black background
contrast 17.34:1
Card sample
#cbf4cb text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbf4cb;
Background color
Panel with #cbf4cb background
background-color: #cbf4cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbf4cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 244, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 244, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbf4cb; background: linear-gradient(135deg, #cbf4cb, #CBF4E6);