#cbf7bf
a pale, electric green · cool · closest name: beige
RGB
203, 247, 191
HSL
107°, 78%, 86%
CMYK
18, 0, 23, 3
Luminance
0.8298
Every format
| HEX | #cbf7bf |
| RGB | rgb(203, 247, 191) |
| HSL | hsl(107, 78%, 86%) |
| CMYK | cmyk(18%, 0%, 23%, 3%) |
| LAB | lab(93.0 -24.2 22.4) |
| LCH | lch(93.0 33.0 137.2) |
| OKLCH | oklch(0.931 0.087 139.0) |
Copy-ready code
/* CSS */
color: #cbf7bf;
background-color: #cbf7bf;
/* Tailwind (arbitrary) */
class="text-[#cbf7bf] bg-[#cbf7bf]"
/* SCSS */
$brand: #cbf7bf;
/* SwiftUI */
Color(red: 0.796, green: 0.969, blue: 0.749)
/* Android */
Color.parseColor("#cbf7bf")Accessibility — WCAG contrast
Aa
#cbf7bf on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbf7bf on black: 17.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green96.9%
Blue74.9%
CMYK percentages
Cyan17.8%
Magenta0.0%
Yellow22.7%
Key (black)3.1%
Color previews
#cbf7bf text on a black background
contrast 17.60:1
Card sample
#cbf7bf text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbf7bf;
Background color
Panel with #cbf7bf background
background-color: #cbf7bf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbf7bf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 247, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 247, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbf7bf; background: linear-gradient(135deg, #cbf7bf, #BFF7D8);