#3e90a4
a dark, vivid cyan · cool · closest name: teal
RGB
62, 144, 164
HSL
192°, 45%, 44%
CMYK
62, 12, 0, 36
Luminance
0.2365
Every format
| HEX | #3e90a4 |
| RGB | rgb(62, 144, 164) |
| HSL | hsl(192, 45%, 44%) |
| CMYK | cmyk(62%, 12%, 0%, 36%) |
| LAB | lab(55.7 -18.6 -18.0) |
| LCH | lch(55.7 25.9 224.0) |
| OKLCH | oklch(0.611 0.084 216.4) |
Copy-ready code
/* CSS */
color: #3e90a4;
background-color: #3e90a4;
/* Tailwind (arbitrary) */
class="text-[#3e90a4] bg-[#3e90a4]"
/* SCSS */
$brand: #3e90a4;
/* SwiftUI */
Color(red: 0.243, green: 0.565, blue: 0.643)
/* Android */
Color.parseColor("#3e90a4")Accessibility — WCAG contrast
Aa
#3e90a4 on white: 3.66:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#3e90a4 on black: 5.73:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.3%
Green56.5%
Blue64.3%
CMYK percentages
Cyan62.2%
Magenta12.2%
Yellow0.0%
Key (black)35.7%
Color previews
#3e90a4 text on a black background
contrast 5.73:1
Card sample
#3e90a4 text on a white background
contrast 3.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3e90a4;
Background color
Panel with #3e90a4 background
background-color: #3e90a4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3e90a4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(62, 144, 164, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(62, 144, 164, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3e90a4; background: linear-gradient(135deg, #3e90a4, #3E4CA4);