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