#cbfdc2
a pale, electric green · cool · closest name: aquamarine
RGB
203, 253, 194
HSL
111°, 94%, 88%
CMYK
20, 0, 23, 1
Luminance
0.8684
Every format
| HEX | #cbfdc2 |
| RGB | rgb(203, 253, 194) |
| HSL | hsl(111, 94%, 88%) |
| CMYK | cmyk(20%, 0%, 23%, 1%) |
| LAB | lab(94.7 -26.6 23.2) |
| LCH | lch(94.7 35.3 139.0) |
| OKLCH | oklch(0.945 0.093 140.8) |
Copy-ready code
/* CSS */
color: #cbfdc2;
background-color: #cbfdc2;
/* Tailwind (arbitrary) */
class="text-[#cbfdc2] bg-[#cbfdc2]"
/* SCSS */
$brand: #cbfdc2;
/* SwiftUI */
Color(red: 0.796, green: 0.992, blue: 0.761)
/* Android */
Color.parseColor("#cbfdc2")Accessibility — WCAG contrast
Aa
#cbfdc2 on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbfdc2 on black: 18.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green99.2%
Blue76.1%
CMYK percentages
Cyan19.8%
Magenta0.0%
Yellow23.3%
Key (black)0.8%
Color previews
#cbfdc2 text on a black background
contrast 18.37:1
Card sample
#cbfdc2 text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbfdc2;
Background color
Panel with #cbfdc2 background
background-color: #cbfdc2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbfdc2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 253, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 253, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbfdc2; background: linear-gradient(135deg, #cbfdc2, #C2FDE0);