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