#3eb5db
a balanced, vivid cyan · cool · closest name: skyblue
RGB
62, 181, 219
HSL
195°, 69%, 55%
CMYK
72, 17, 0, 14
Luminance
0.3919
Every format
| HEX | #3eb5db |
| RGB | rgb(62, 181, 219) |
| HSL | hsl(195, 69%, 55%) |
| CMYK | cmyk(72%, 17%, 0%, 14%) |
| LAB | lab(68.9 -20.6 -28.6) |
| LCH | lch(68.9 35.3 234.2) |
| OKLCH | oklch(0.723 0.116 223.5) |
Copy-ready code
/* CSS */
color: #3eb5db;
background-color: #3eb5db;
/* Tailwind (arbitrary) */
class="text-[#3eb5db] bg-[#3eb5db]"
/* SCSS */
$brand: #3eb5db;
/* SwiftUI */
Color(red: 0.243, green: 0.710, blue: 0.859)
/* Android */
Color.parseColor("#3eb5db")Accessibility — WCAG contrast
Aa
#3eb5db on white: 2.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3eb5db on black: 8.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.3%
Green71.0%
Blue85.9%
CMYK percentages
Cyan71.7%
Magenta17.4%
Yellow0.0%
Key (black)14.1%
Color previews
#3eb5db text on a black background
contrast 8.84:1
Card sample
#3eb5db text on a white background
contrast 2.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3eb5db;
Background color
Panel with #3eb5db background
background-color: #3eb5db;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3eb5db;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(62, 181, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(62, 181, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3eb5db; background: linear-gradient(135deg, #3eb5db, #3E4CDB);