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