#39acde
a balanced, vivid cyan · cool · closest name: steelblue
RGB
57, 172, 222
HSL
198°, 71%, 55%
CMYK
74, 23, 0, 13
Luminance
0.3565
Every format
| HEX | #39acde |
| RGB | rgb(57, 172, 222) |
| HSL | hsl(198, 71%, 55%) |
| CMYK | cmyk(74%, 23%, 0%, 13%) |
| LAB | lab(66.3 -15.5 -34.4) |
| LCH | lch(66.3 37.7 245.7) |
| OKLCH | oklch(0.702 0.124 231.4) |
Copy-ready code
/* CSS */
color: #39acde;
background-color: #39acde;
/* Tailwind (arbitrary) */
class="text-[#39acde] bg-[#39acde]"
/* SCSS */
$brand: #39acde;
/* SwiftUI */
Color(red: 0.224, green: 0.675, blue: 0.871)
/* Android */
Color.parseColor("#39acde")Accessibility — WCAG contrast
Aa
#39acde on white: 2.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#39acde on black: 8.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.4%
Green67.5%
Blue87.1%
CMYK percentages
Cyan74.3%
Magenta22.5%
Yellow0.0%
Key (black)12.9%
Color previews
#39acde text on a black background
contrast 8.13:1
Card sample
#39acde text on a white background
contrast 2.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #39acde;
Background color
Panel with #39acde background
background-color: #39acde;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #39acde;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(57, 172, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(57, 172, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #39acde; background: linear-gradient(135deg, #39acde, #393EDE);