#39afed
a balanced, electric blue · cool · closest name: steelblue
RGB
57, 175, 237
HSL
201°, 83%, 58%
CMYK
76, 26, 0, 7
Luminance
0.3764
Every format
| HEX | #39afed |
| RGB | rgb(57, 175, 237) |
| HSL | hsl(201, 83%, 58%) |
| CMYK | cmyk(76%, 26%, 0%, 7%) |
| LAB | lab(67.8 -12.1 -40.2) |
| LCH | lch(67.8 42.0 253.3) |
| OKLCH | oklch(0.716 0.136 236.6) |
Copy-ready code
/* CSS */
color: #39afed;
background-color: #39afed;
/* Tailwind (arbitrary) */
class="text-[#39afed] bg-[#39afed]"
/* SCSS */
$brand: #39afed;
/* SwiftUI */
Color(red: 0.224, green: 0.686, blue: 0.929)
/* Android */
Color.parseColor("#39afed")Accessibility — WCAG contrast
Aa
#39afed on white: 2.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#39afed on black: 8.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.4%
Green68.6%
Blue92.9%
CMYK percentages
Cyan75.9%
Magenta26.2%
Yellow0.0%
Key (black)7.1%
Color previews
#39afed text on a black background
contrast 8.53:1
Card sample
#39afed text on a white background
contrast 2.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #39afed;
Background color
Panel with #39afed background
background-color: #39afed;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #39afed;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(57, 175, 237, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(57, 175, 237, 0.45);
Border & gradient
Gradient panel
border: 3px solid #39afed; background: linear-gradient(135deg, #39afed, #3B39ED);