#39acfe
a balanced, electric blue · cool · closest name: dodgerblue
RGB
57, 172, 254
HSL
205°, 99%, 61%
CMYK
78, 32, 0, 0
Luminance
0.3753
Every format
| HEX | #39acfe |
| RGB | rgb(57, 172, 254) |
| HSL | hsl(205, 99%, 61%) |
| CMYK | cmyk(78%, 32%, 0%, 0%) |
| LAB | lab(67.7 -4.6 -49.6) |
| LCH | lch(67.7 49.8 264.7) |
| OKLCH | oklch(0.718 0.156 244.6) |
Copy-ready code
/* CSS */
color: #39acfe;
background-color: #39acfe;
/* Tailwind (arbitrary) */
class="text-[#39acfe] bg-[#39acfe]"
/* SCSS */
$brand: #39acfe;
/* SwiftUI */
Color(red: 0.224, green: 0.675, blue: 0.996)
/* Android */
Color.parseColor("#39acfe")Accessibility — WCAG contrast
Aa
#39acfe on white: 2.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#39acfe on black: 8.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.4%
Green67.5%
Blue99.6%
CMYK percentages
Cyan77.6%
Magenta32.3%
Yellow0.0%
Key (black)0.4%
Color previews
#39acfe text on a black background
contrast 8.51:1
Card sample
#39acfe text on a white background
contrast 2.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #39acfe;
Background color
Panel with #39acfe background
background-color: #39acfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #39acfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(57, 172, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(57, 172, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #39acfe; background: linear-gradient(135deg, #39acfe, #4A39FE);