#3eabdf
a balanced, vivid cyan · cool · closest name: steelblue
RGB
62, 171, 223
HSL
199°, 72%, 56%
CMYK
72, 23, 0, 13
Luminance
0.3548
Every format
| HEX | #3eabdf |
| RGB | rgb(62, 171, 223) |
| HSL | hsl(199, 72%, 56%) |
| CMYK | cmyk(72%, 23%, 0%, 13%) |
| LAB | lab(66.1 -14.0 -35.1) |
| LCH | lch(66.1 37.8 248.2) |
| OKLCH | oklch(0.702 0.123 233.4) |
Copy-ready code
/* CSS */
color: #3eabdf;
background-color: #3eabdf;
/* Tailwind (arbitrary) */
class="text-[#3eabdf] bg-[#3eabdf]"
/* SCSS */
$brand: #3eabdf;
/* SwiftUI */
Color(red: 0.243, green: 0.671, blue: 0.875)
/* Android */
Color.parseColor("#3eabdf")Accessibility — WCAG contrast
Aa
#3eabdf on white: 2.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3eabdf on black: 8.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.3%
Green67.1%
Blue87.5%
CMYK percentages
Cyan72.2%
Magenta23.3%
Yellow0.0%
Key (black)12.5%
Color previews
#3eabdf text on a black background
contrast 8.10:1
Card sample
#3eabdf text on a white background
contrast 2.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3eabdf;
Background color
Panel with #3eabdf background
background-color: #3eabdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3eabdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(62, 171, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(62, 171, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3eabdf; background: linear-gradient(135deg, #3eabdf, #3E40DF);