#3beddf
a balanced, electric cyan · cool · closest name: turquoise
RGB
59, 237, 223
HSL
175°, 83%, 58%
CMYK
75, 0, 6, 7
Luminance
0.6683
Every format
| HEX | #3beddf |
| RGB | rgb(59, 237, 223) |
| HSL | hsl(175, 83%, 58%) |
| CMYK | cmyk(75%, 0%, 6%, 7%) |
| LAB | lab(85.4 -46.3 -5.8) |
| LCH | lch(85.4 46.6 187.2) |
| OKLCH | oklch(0.857 0.139 186.9) |
Copy-ready code
/* CSS */
color: #3beddf;
background-color: #3beddf;
/* Tailwind (arbitrary) */
class="text-[#3beddf] bg-[#3beddf]"
/* SCSS */
$brand: #3beddf;
/* SwiftUI */
Color(red: 0.231, green: 0.929, blue: 0.875)
/* Android */
Color.parseColor("#3beddf")Accessibility — WCAG contrast
Aa
#3beddf on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3beddf on black: 14.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.1%
Green92.9%
Blue87.5%
CMYK percentages
Cyan75.1%
Magenta0.0%
Yellow5.9%
Key (black)7.1%
Color previews
#3beddf text on a black background
contrast 14.37:1
Card sample
#3beddf text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3beddf;
Background color
Panel with #3beddf background
background-color: #3beddf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3beddf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(59, 237, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(59, 237, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3beddf; background: linear-gradient(135deg, #3beddf, #3B84ED);