#39aace
a balanced, vivid cyan · cool · closest name: skyblue
RGB
57, 170, 206
HSL
195°, 60%, 52%
CMYK
72, 18, 0, 19
Luminance
0.3408
Every format
| HEX | #39aace |
| RGB | rgb(57, 170, 206) |
| HSL | hsl(195, 60%, 52%) |
| CMYK | cmyk(72%, 18%, 0%, 19%) |
| LAB | lab(65.0 -19.7 -27.4) |
| LCH | lch(65.0 33.8 234.3) |
| OKLCH | oklch(0.690 0.112 223.5) |
Copy-ready code
/* CSS */
color: #39aace;
background-color: #39aace;
/* Tailwind (arbitrary) */
class="text-[#39aace] bg-[#39aace]"
/* SCSS */
$brand: #39aace;
/* SwiftUI */
Color(red: 0.224, green: 0.667, blue: 0.808)
/* Android */
Color.parseColor("#39aace")Accessibility — WCAG contrast
Aa
#39aace on white: 2.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#39aace on black: 7.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.4%
Green66.7%
Blue80.8%
CMYK percentages
Cyan72.3%
Magenta17.5%
Yellow0.0%
Key (black)19.2%
Color previews
#39aace text on a black background
contrast 7.82:1
Card sample
#39aace text on a white background
contrast 2.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #39aace;
Background color
Panel with #39aace background
background-color: #39aace;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #39aace;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(57, 170, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(57, 170, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #39aace; background: linear-gradient(135deg, #39aace, #3947CE);