#39acce
a balanced, vivid cyan · cool · closest name: skyblue
RGB
57, 172, 206
HSL
194°, 60%, 52%
CMYK
72, 17, 0, 19
Luminance
0.3483
Every format
| HEX | #39acce |
| RGB | rgb(57, 172, 206) |
| HSL | hsl(194, 60%, 52%) |
| CMYK | cmyk(72%, 17%, 0%, 19%) |
| LAB | lab(65.6 -20.8 -26.5) |
| LCH | lch(65.6 33.7 231.9) |
| OKLCH | oklch(0.695 0.111 221.8) |
Copy-ready code
/* CSS */
color: #39acce;
background-color: #39acce;
/* Tailwind (arbitrary) */
class="text-[#39acce] bg-[#39acce]"
/* SCSS */
$brand: #39acce;
/* SwiftUI */
Color(red: 0.224, green: 0.675, blue: 0.808)
/* Android */
Color.parseColor("#39acce")Accessibility — WCAG contrast
Aa
#39acce on white: 2.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#39acce on black: 7.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.4%
Green67.5%
Blue80.8%
CMYK percentages
Cyan72.3%
Magenta16.5%
Yellow0.0%
Key (black)19.2%
Color previews
#39acce text on a black background
contrast 7.97:1
Card sample
#39acce text on a white background
contrast 2.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #39acce;
Background color
Panel with #39acce background
background-color: #39acce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #39acce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(57, 172, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(57, 172, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #39acce; background: linear-gradient(135deg, #39acce, #3949CE);