#66ffcb
a light, electric green · cool · closest name: aquamarine
RGB
102, 255, 203
HSL
160°, 100%, 70%
CMYK
60, 0, 20, 0
Luminance
0.7866
Every format
| HEX | #66ffcb |
| RGB | rgb(102, 255, 203) |
| HSL | hsl(160, 100%, 70%) |
| CMYK | cmyk(60%, 0%, 20%, 0%) |
| LAB | lab(91.1 -52.6 12.9) |
| LCH | lch(91.1 54.1 166.2) |
| OKLCH | oklch(0.904 0.150 167.3) |
Copy-ready code
/* CSS */
color: #66ffcb;
background-color: #66ffcb;
/* Tailwind (arbitrary) */
class="text-[#66ffcb] bg-[#66ffcb]"
/* SCSS */
$brand: #66ffcb;
/* SwiftUI */
Color(red: 0.400, green: 1.000, blue: 0.796)
/* Android */
Color.parseColor("#66ffcb")Accessibility — WCAG contrast
Aa
#66ffcb on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#66ffcb on black: 16.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.0%
Green100.0%
Blue79.6%
CMYK percentages
Cyan60.0%
Magenta0.0%
Yellow20.4%
Key (black)0.0%
Color previews
#66ffcb text on a black background
contrast 16.73:1
Card sample
#66ffcb text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #66ffcb;
Background color
Panel with #66ffcb background
background-color: #66ffcb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #66ffcb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(102, 255, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(102, 255, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #66ffcb; background: linear-gradient(135deg, #66ffcb, #66CDFF);