#39a2cf
a balanced, vivid cyan · cool · closest name: steelblue
RGB
57, 162, 207
HSL
198°, 61%, 52%
CMYK
73, 22, 0, 19
Luminance
0.3122
Every format
| HEX | #39a2cf |
| RGB | rgb(57, 162, 207) |
| HSL | hsl(198, 61%, 52%) |
| CMYK | cmyk(73%, 22%, 0%, 19%) |
| LAB | lab(62.7 -15.2 -31.6) |
| LCH | lch(62.7 35.0 244.4) |
| OKLCH | oklch(0.672 0.115 230.6) |
Copy-ready code
/* CSS */
color: #39a2cf;
background-color: #39a2cf;
/* Tailwind (arbitrary) */
class="text-[#39a2cf] bg-[#39a2cf]"
/* SCSS */
$brand: #39a2cf;
/* SwiftUI */
Color(red: 0.224, green: 0.635, blue: 0.812)
/* Android */
Color.parseColor("#39a2cf")Accessibility — WCAG contrast
Aa
#39a2cf on white: 2.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#39a2cf on black: 7.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.4%
Green63.5%
Blue81.2%
CMYK percentages
Cyan72.5%
Magenta21.7%
Yellow0.0%
Key (black)18.8%
Color previews
#39a2cf text on a black background
contrast 7.24:1
Card sample
#39a2cf text on a white background
contrast 2.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #39a2cf;
Background color
Panel with #39a2cf background
background-color: #39a2cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #39a2cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(57, 162, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(57, 162, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #39a2cf; background: linear-gradient(135deg, #39a2cf, #393ECF);