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