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