#cbf2bd
a light, vivid green · cool · closest name: beige
RGB
203, 242, 189
HSL
104°, 67%, 85%
CMYK
16, 0, 22, 5
Luminance
0.7987
Every format
| HEX | #cbf2bd |
| RGB | rgb(203, 242, 189) |
| HSL | hsl(104, 67%, 85%) |
| CMYK | cmyk(16%, 0%, 22%, 5%) |
| LAB | lab(91.6 -22.1 21.5) |
| LCH | lch(91.6 30.9 135.8) |
| OKLCH | oklch(0.920 0.081 137.5) |
Copy-ready code
/* CSS */
color: #cbf2bd;
background-color: #cbf2bd;
/* Tailwind (arbitrary) */
class="text-[#cbf2bd] bg-[#cbf2bd]"
/* SCSS */
$brand: #cbf2bd;
/* SwiftUI */
Color(red: 0.796, green: 0.949, blue: 0.741)
/* Android */
Color.parseColor("#cbf2bd")Accessibility — WCAG contrast
Aa
#cbf2bd on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbf2bd on black: 16.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green94.9%
Blue74.1%
CMYK percentages
Cyan16.1%
Magenta0.0%
Yellow21.9%
Key (black)5.1%
Color previews
#cbf2bd text on a black background
contrast 16.97:1
Card sample
#cbf2bd text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbf2bd;
Background color
Panel with #cbf2bd background
background-color: #cbf2bd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbf2bd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 242, 189, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 242, 189, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbf2bd; background: linear-gradient(135deg, #cbf2bd, #BDF2D2);