#3eade3
a balanced, vivid cyan · cool · closest name: steelblue
RGB
62, 173, 227
HSL
200°, 75%, 57%
CMYK
73, 24, 0, 11
Luminance
0.3646
Every format
| HEX | #3eade3 |
| RGB | rgb(62, 173, 227) |
| HSL | hsl(200, 75%, 57%) |
| CMYK | cmyk(73%, 24%, 0%, 11%) |
| LAB | lab(66.9 -13.8 -36.1) |
| LCH | lch(66.9 38.7 249.1) |
| OKLCH | oklch(0.708 0.126 234.0) |
Copy-ready code
/* CSS */
color: #3eade3;
background-color: #3eade3;
/* Tailwind (arbitrary) */
class="text-[#3eade3] bg-[#3eade3]"
/* SCSS */
$brand: #3eade3;
/* SwiftUI */
Color(red: 0.243, green: 0.678, blue: 0.890)
/* Android */
Color.parseColor("#3eade3")Accessibility — WCAG contrast
Aa
#3eade3 on white: 2.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3eade3 on black: 8.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.3%
Green67.8%
Blue89.0%
CMYK percentages
Cyan72.7%
Magenta23.8%
Yellow0.0%
Key (black)11.0%
Color previews
#3eade3 text on a black background
contrast 8.29:1
Card sample
#3eade3 text on a white background
contrast 2.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3eade3;
Background color
Panel with #3eade3 background
background-color: #3eade3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3eade3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(62, 173, 227, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(62, 173, 227, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3eade3; background: linear-gradient(135deg, #3eade3, #3E3FE3);