#3beade
a balanced, electric cyan · cool · closest name: turquoise
RGB
59, 234, 222
HSL
176°, 81%, 58%
CMYK
75, 0, 5, 8
Luminance
0.6505
Every format
| HEX | #3beade |
| RGB | rgb(59, 234, 222) |
| HSL | hsl(176, 81%, 58%) |
| CMYK | cmyk(75%, 0%, 5%, 8%) |
| LAB | lab(84.5 -45.2 -6.7) |
| LCH | lch(84.5 45.7 188.4) |
| OKLCH | oklch(0.850 0.137 187.9) |
Copy-ready code
/* CSS */
color: #3beade;
background-color: #3beade;
/* Tailwind (arbitrary) */
class="text-[#3beade] bg-[#3beade]"
/* SCSS */
$brand: #3beade;
/* SwiftUI */
Color(red: 0.231, green: 0.918, blue: 0.871)
/* Android */
Color.parseColor("#3beade")Accessibility — WCAG contrast
Aa
#3beade on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3beade on black: 14.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.1%
Green91.8%
Blue87.1%
CMYK percentages
Cyan74.8%
Magenta0.0%
Yellow5.1%
Key (black)8.2%
Color previews
#3beade text on a black background
contrast 14.01:1
Card sample
#3beade text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3beade;
Background color
Panel with #3beade background
background-color: #3beade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3beade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(59, 234, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(59, 234, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3beade; background: linear-gradient(135deg, #3beade, #3B81EA);