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