#3bffcf
a balanced, electric cyan · cool · closest name: aquamarine
RGB
59, 255, 207
HSL
165°, 100%, 62%
CMYK
77, 0, 19, 0
Luminance
0.7695
Every format
| HEX | #3bffcf |
| RGB | rgb(59, 255, 207) |
| HSL | hsl(165, 100%, 62%) |
| CMYK | cmyk(77%, 0%, 19%, 0%) |
| LAB | lab(90.3 -57.8 9.6) |
| LCH | lch(90.3 58.5 170.6) |
| OKLCH | oklch(0.896 0.164 171.4) |
Copy-ready code
/* CSS */
color: #3bffcf;
background-color: #3bffcf;
/* Tailwind (arbitrary) */
class="text-[#3bffcf] bg-[#3bffcf]"
/* SCSS */
$brand: #3bffcf;
/* SwiftUI */
Color(red: 0.231, green: 1.000, blue: 0.812)
/* Android */
Color.parseColor("#3bffcf")Accessibility — WCAG contrast
Aa
#3bffcf on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3bffcf on black: 16.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.1%
Green100.0%
Blue81.2%
CMYK percentages
Cyan76.9%
Magenta0.0%
Yellow18.8%
Key (black)0.0%
Color previews
#3bffcf text on a black background
contrast 16.39:1
Card sample
#3bffcf text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3bffcf;
Background color
Panel with #3bffcf background
background-color: #3bffcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3bffcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(59, 255, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(59, 255, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3bffcf; background: linear-gradient(135deg, #3bffcf, #3BACFF);