#149fd6
a balanced, electric cyan · cool · closest name: steelblue
RGB
20, 159, 214
HSL
197°, 83%, 46%
CMYK
91, 26, 0, 16
Luminance
0.2980
Every format
| HEX | #149fd6 |
| RGB | rgb(20, 159, 214) |
| HSL | hsl(197, 83%, 46%) |
| CMYK | cmyk(91%, 26%, 0%, 16%) |
| LAB | lab(61.5 -14.4 -37.4) |
| LCH | lch(61.5 40.1 249.0) |
| OKLCH | oklch(0.661 0.133 232.9) |
Copy-ready code
/* CSS */
color: #149fd6;
background-color: #149fd6;
/* Tailwind (arbitrary) */
class="text-[#149fd6] bg-[#149fd6]"
/* SCSS */
$brand: #149fd6;
/* SwiftUI */
Color(red: 0.078, green: 0.624, blue: 0.839)
/* Android */
Color.parseColor("#149fd6")Accessibility — WCAG contrast
Aa
#149fd6 on white: 3.02:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#149fd6 on black: 6.96:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.8%
Green62.4%
Blue83.9%
CMYK percentages
Cyan90.7%
Magenta25.7%
Yellow0.0%
Key (black)16.1%
Color previews
#149fd6 text on a black background
contrast 6.96:1
Card sample
#149fd6 text on a white background
contrast 3.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #149fd6;
Background color
Panel with #149fd6 background
background-color: #149fd6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #149fd6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(20, 159, 214, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(20, 159, 214, 0.45);
Border & gradient
Gradient panel
border: 3px solid #149fd6; background: linear-gradient(135deg, #149fd6, #141ED6);