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