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