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