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