#3aceba
a balanced, vivid cyan · cool · closest name: turquoise
RGB
58, 206, 186
HSL
172°, 60%, 52%
CMYK
72, 0, 10, 19
Luminance
0.4859
Every format
| HEX | #3aceba |
| RGB | rgb(58, 206, 186) |
| HSL | hsl(172, 60%, 52%) |
| CMYK | cmyk(72%, 0%, 10%, 19%) |
| LAB | lab(75.2 -42.8 -1.2) |
| LCH | lch(75.2 42.8 181.6) |
| OKLCH | oklch(0.771 0.125 181.8) |
Copy-ready code
/* CSS */
color: #3aceba;
background-color: #3aceba;
/* Tailwind (arbitrary) */
class="text-[#3aceba] bg-[#3aceba]"
/* SCSS */
$brand: #3aceba;
/* SwiftUI */
Color(red: 0.227, green: 0.808, blue: 0.729)
/* Android */
Color.parseColor("#3aceba")Accessibility — WCAG contrast
Aa
#3aceba on white: 1.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3aceba on black: 10.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.7%
Green80.8%
Blue72.9%
CMYK percentages
Cyan71.8%
Magenta0.0%
Yellow9.7%
Key (black)19.2%
Color previews
#3aceba text on a black background
contrast 10.72:1
Card sample
#3aceba text on a white background
contrast 1.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3aceba;
Background color
Panel with #3aceba background
background-color: #3aceba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3aceba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(58, 206, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(58, 206, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3aceba; background: linear-gradient(135deg, #3aceba, #3A7FCE);