#3dafee
a balanced, electric blue · cool · closest name: steelblue
RGB
61, 175, 238
HSL
201°, 84%, 59%
CMYK
74, 27, 0, 7
Luminance
0.3783
Every format
| HEX | #3dafee |
| RGB | rgb(61, 175, 238) |
| HSL | hsl(201, 84%, 59%) |
| CMYK | cmyk(74%, 27%, 0%, 7%) |
| LAB | lab(67.9 -11.3 -40.6) |
| LCH | lch(67.9 42.1 254.4) |
| OKLCH | oklch(0.718 0.136 237.6) |
Copy-ready code
/* CSS */
color: #3dafee;
background-color: #3dafee;
/* Tailwind (arbitrary) */
class="text-[#3dafee] bg-[#3dafee]"
/* SCSS */
$brand: #3dafee;
/* SwiftUI */
Color(red: 0.239, green: 0.686, blue: 0.933)
/* Android */
Color.parseColor("#3dafee")Accessibility — WCAG contrast
Aa
#3dafee on white: 2.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3dafee on black: 8.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.9%
Green68.6%
Blue93.3%
CMYK percentages
Cyan74.4%
Magenta26.5%
Yellow0.0%
Key (black)6.7%
Color previews
#3dafee text on a black background
contrast 8.57:1
Card sample
#3dafee text on a white background
contrast 2.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3dafee;
Background color
Panel with #3dafee background
background-color: #3dafee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3dafee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(61, 175, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(61, 175, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3dafee; background: linear-gradient(135deg, #3dafee, #413DEE);