#149fd2
a balanced, electric cyan · cool · closest name: steelblue
RGB
20, 159, 210
HSL
196°, 83%, 45%
CMYK
91, 24, 0, 18
Luminance
0.2960
Every format
| HEX | #149fd2 |
| RGB | rgb(20, 159, 210) |
| HSL | hsl(196, 83%, 45%) |
| CMYK | cmyk(91%, 24%, 0%, 18%) |
| LAB | lab(61.3 -15.8 -35.5) |
| LCH | lch(61.3 38.8 246.0) |
| OKLCH | oklch(0.659 0.129 230.9) |
Copy-ready code
/* CSS */
color: #149fd2;
background-color: #149fd2;
/* Tailwind (arbitrary) */
class="text-[#149fd2] bg-[#149fd2]"
/* SCSS */
$brand: #149fd2;
/* SwiftUI */
Color(red: 0.078, green: 0.624, blue: 0.824)
/* Android */
Color.parseColor("#149fd2")Accessibility — WCAG contrast
Aa
#149fd2 on white: 3.03:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#149fd2 on black: 6.92:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.8%
Green62.4%
Blue82.4%
CMYK percentages
Cyan90.5%
Magenta24.3%
Yellow0.0%
Key (black)17.6%
Color previews
#149fd2 text on a black background
contrast 6.92:1
Card sample
#149fd2 text on a white background
contrast 3.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #149fd2;
Background color
Panel with #149fd2 background
background-color: #149fd2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #149fd2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(20, 159, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(20, 159, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #149fd2; background: linear-gradient(135deg, #149fd2, #1420D2);