#3ceada
a balanced, electric cyan · cool · closest name: turquoise
RGB
60, 234, 218
HSL
175°, 81%, 58%
CMYK
74, 0, 7, 8
Luminance
0.6487
Every format
| HEX | #3ceada |
| RGB | rgb(60, 234, 218) |
| HSL | hsl(175, 81%, 58%) |
| CMYK | cmyk(74%, 0%, 7%, 8%) |
| LAB | lab(84.4 -46.2 -4.7) |
| LCH | lch(84.4 46.5 185.8) |
| OKLCH | oklch(0.849 0.138 185.6) |
Copy-ready code
/* CSS */
color: #3ceada;
background-color: #3ceada;
/* Tailwind (arbitrary) */
class="text-[#3ceada] bg-[#3ceada]"
/* SCSS */
$brand: #3ceada;
/* SwiftUI */
Color(red: 0.235, green: 0.918, blue: 0.855)
/* Android */
Color.parseColor("#3ceada")Accessibility — WCAG contrast
Aa
#3ceada on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3ceada on black: 13.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.5%
Green91.8%
Blue85.5%
CMYK percentages
Cyan74.4%
Magenta0.0%
Yellow6.8%
Key (black)8.2%
Color previews
#3ceada text on a black background
contrast 13.97:1
Card sample
#3ceada text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3ceada;
Background color
Panel with #3ceada background
background-color: #3ceada;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3ceada;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(60, 234, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(60, 234, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3ceada; background: linear-gradient(135deg, #3ceada, #3C86EA);