#cbf8bf
a pale, electric green · cool · closest name: beige
RGB
203, 248, 191
HSL
107°, 80%, 86%
CMYK
18, 0, 23, 3
Luminance
0.8359
Every format
| HEX | #cbf8bf |
| RGB | rgb(203, 248, 191) |
| HSL | hsl(107, 80%, 86%) |
| CMYK | cmyk(18%, 0%, 23%, 3%) |
| LAB | lab(93.3 -24.7 22.8) |
| LCH | lch(93.3 33.6 137.3) |
| OKLCH | oklch(0.933 0.089 139.1) |
Copy-ready code
/* CSS */
color: #cbf8bf;
background-color: #cbf8bf;
/* Tailwind (arbitrary) */
class="text-[#cbf8bf] bg-[#cbf8bf]"
/* SCSS */
$brand: #cbf8bf;
/* SwiftUI */
Color(red: 0.796, green: 0.973, blue: 0.749)
/* Android */
Color.parseColor("#cbf8bf")Accessibility — WCAG contrast
Aa
#cbf8bf on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbf8bf on black: 17.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green97.3%
Blue74.9%
CMYK percentages
Cyan18.1%
Magenta0.0%
Yellow23.0%
Key (black)2.7%
Color previews
#cbf8bf text on a black background
contrast 17.72:1
Card sample
#cbf8bf text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbf8bf;
Background color
Panel with #cbf8bf background
background-color: #cbf8bf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbf8bf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 248, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 248, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbf8bf; background: linear-gradient(135deg, #cbf8bf, #BFF8D9);