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