#3bfacb
a balanced, electric cyan · cool · closest name: aquamarine
RGB
59, 250, 203
HSL
165°, 95%, 61%
CMYK
76, 0, 19, 2
Luminance
0.7361
Every format
| HEX | #3bfacb |
| RGB | rgb(59, 250, 203) |
| HSL | hsl(165, 95%, 61%) |
| CMYK | cmyk(76%, 0%, 19%, 2%) |
| LAB | lab(88.7 -56.7 9.4) |
| LCH | lch(88.7 57.5 170.6) |
| OKLCH | oklch(0.883 0.161 171.4) |
Copy-ready code
/* CSS */
color: #3bfacb;
background-color: #3bfacb;
/* Tailwind (arbitrary) */
class="text-[#3bfacb] bg-[#3bfacb]"
/* SCSS */
$brand: #3bfacb;
/* SwiftUI */
Color(red: 0.231, green: 0.980, blue: 0.796)
/* Android */
Color.parseColor("#3bfacb")Accessibility — WCAG contrast
Aa
#3bfacb on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3bfacb on black: 15.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.1%
Green98.0%
Blue79.6%
CMYK percentages
Cyan76.4%
Magenta0.0%
Yellow18.8%
Key (black)2.0%
Color previews
#3bfacb text on a black background
contrast 15.72:1
Card sample
#3bfacb text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3bfacb;
Background color
Panel with #3bfacb background
background-color: #3bfacb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3bfacb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(59, 250, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(59, 250, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3bfacb; background: linear-gradient(135deg, #3bfacb, #3BAAFA);