#cbfebc
a pale, electric green · cool · closest name: aquamarine
RGB
203, 254, 188
HSL
106°, 97%, 87%
CMYK
20, 0, 26, 0
Luminance
0.8721
Every format
| HEX | #cbfebc |
| RGB | rgb(203, 254, 188) |
| HSL | hsl(106, 97%, 87%) |
| CMYK | cmyk(20%, 0%, 26%, 0%) |
| LAB | lab(94.8 -28.0 26.4) |
| LCH | lch(94.8 38.5 136.7) |
| OKLCH | oklch(0.945 0.102 138.7) |
Copy-ready code
/* CSS */
color: #cbfebc;
background-color: #cbfebc;
/* Tailwind (arbitrary) */
class="text-[#cbfebc] bg-[#cbfebc]"
/* SCSS */
$brand: #cbfebc;
/* SwiftUI */
Color(red: 0.796, green: 0.996, blue: 0.737)
/* Android */
Color.parseColor("#cbfebc")Accessibility — WCAG contrast
Aa
#cbfebc on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbfebc on black: 18.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green99.6%
Blue73.7%
CMYK percentages
Cyan20.1%
Magenta0.0%
Yellow26.0%
Key (black)0.4%
Color previews
#cbfebc text on a black background
contrast 18.44:1
Card sample
#cbfebc text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbfebc;
Background color
Panel with #cbfebc background
background-color: #cbfebc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbfebc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 254, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 254, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbfebc; background: linear-gradient(135deg, #cbfebc, #BCFED9);