#39affc
a balanced, electric blue · cool · closest name: steelblue
RGB
57, 175, 252
HSL
204°, 97%, 61%
CMYK
77, 31, 0, 1
Luminance
0.3856
Every format
| HEX | #39affc |
| RGB | rgb(57, 175, 252) |
| HSL | hsl(204, 97%, 61%) |
| CMYK | cmyk(77%, 31%, 0%, 1%) |
| LAB | lab(68.4 -7.0 -47.3) |
| LCH | lch(68.4 47.9 261.6) |
| OKLCH | oklch(0.724 0.151 242.4) |
Copy-ready code
/* CSS */
color: #39affc;
background-color: #39affc;
/* Tailwind (arbitrary) */
class="text-[#39affc] bg-[#39affc]"
/* SCSS */
$brand: #39affc;
/* SwiftUI */
Color(red: 0.224, green: 0.686, blue: 0.988)
/* Android */
Color.parseColor("#39affc")Accessibility — WCAG contrast
Aa
#39affc on white: 2.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#39affc on black: 8.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.4%
Green68.6%
Blue98.8%
CMYK percentages
Cyan77.4%
Magenta30.6%
Yellow0.0%
Key (black)1.2%
Color previews
#39affc text on a black background
contrast 8.71:1
Card sample
#39affc text on a white background
contrast 2.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #39affc;
Background color
Panel with #39affc background
background-color: #39affc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #39affc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(57, 175, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(57, 175, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #39affc; background: linear-gradient(135deg, #39affc, #4539FC);