#3eafdf
a balanced, vivid cyan · cool · closest name: skyblue
RGB
62, 175, 223
HSL
198°, 72%, 56%
CMYK
72, 22, 0, 13
Luminance
0.3701
Every format
| HEX | #3eafdf |
| RGB | rgb(62, 175, 223) |
| HSL | hsl(198, 72%, 56%) |
| CMYK | cmyk(72%, 22%, 0%, 13%) |
| LAB | lab(67.3 -16.2 -33.3) |
| LCH | lch(67.3 37.0 244.1) |
| OKLCH | oklch(0.711 0.121 230.4) |
Copy-ready code
/* CSS */
color: #3eafdf;
background-color: #3eafdf;
/* Tailwind (arbitrary) */
class="text-[#3eafdf] bg-[#3eafdf]"
/* SCSS */
$brand: #3eafdf;
/* SwiftUI */
Color(red: 0.243, green: 0.686, blue: 0.875)
/* Android */
Color.parseColor("#3eafdf")Accessibility — WCAG contrast
Aa
#3eafdf on white: 2.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3eafdf on black: 8.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.3%
Green68.6%
Blue87.5%
CMYK percentages
Cyan72.2%
Magenta21.5%
Yellow0.0%
Key (black)12.5%
Color previews
#3eafdf text on a black background
contrast 8.40:1
Card sample
#3eafdf text on a white background
contrast 2.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3eafdf;
Background color
Panel with #3eafdf background
background-color: #3eafdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3eafdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(62, 175, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(62, 175, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3eafdf; background: linear-gradient(135deg, #3eafdf, #3E44DF);