#cbfdbb
a pale, electric green · cool · closest name: aquamarine
RGB
203, 253, 187
HSL
106°, 94%, 86%
CMYK
20, 0, 26, 1
Luminance
0.8653
Every format
| HEX | #cbfdbb |
| RGB | rgb(203, 253, 187) |
| HSL | hsl(106, 94%, 86%) |
| CMYK | cmyk(20%, 0%, 26%, 1%) |
| LAB | lab(94.5 -27.7 26.5) |
| LCH | lch(94.5 38.4 136.2) |
| OKLCH | oklch(0.943 0.101 138.2) |
Copy-ready code
/* CSS */
color: #cbfdbb;
background-color: #cbfdbb;
/* Tailwind (arbitrary) */
class="text-[#cbfdbb] bg-[#cbfdbb]"
/* SCSS */
$brand: #cbfdbb;
/* SwiftUI */
Color(red: 0.796, green: 0.992, blue: 0.733)
/* Android */
Color.parseColor("#cbfdbb")Accessibility — WCAG contrast
Aa
#cbfdbb on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbfdbb on black: 18.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green99.2%
Blue73.3%
CMYK percentages
Cyan19.8%
Magenta0.0%
Yellow26.1%
Key (black)0.8%
Color previews
#cbfdbb text on a black background
contrast 18.31:1
Card sample
#cbfdbb text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbfdbb;
Background color
Panel with #cbfdbb background
background-color: #cbfdbb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbfdbb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 253, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 253, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbfdbb; background: linear-gradient(135deg, #cbfdbb, #BBFDD7);