#149cd7
a balanced, electric cyan · cool · closest name: steelblue
RGB
20, 156, 215
HSL
198°, 83%, 46%
CMYK
91, 27, 0, 16
Luminance
0.2883
Every format
| HEX | #149cd7 |
| RGB | rgb(20, 156, 215) |
| HSL | hsl(198, 83%, 46%) |
| CMYK | cmyk(91%, 27%, 0%, 16%) |
| LAB | lab(60.6 -12.4 -39.3) |
| LCH | lch(60.6 41.2 252.5) |
| OKLCH | oklch(0.655 0.135 235.3) |
Copy-ready code
/* CSS */
color: #149cd7;
background-color: #149cd7;
/* Tailwind (arbitrary) */
class="text-[#149cd7] bg-[#149cd7]"
/* SCSS */
$brand: #149cd7;
/* SwiftUI */
Color(red: 0.078, green: 0.612, blue: 0.843)
/* Android */
Color.parseColor("#149cd7")Accessibility — WCAG contrast
Aa
#149cd7 on white: 3.10:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#149cd7 on black: 6.77:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.8%
Green61.2%
Blue84.3%
CMYK percentages
Cyan90.7%
Magenta27.4%
Yellow0.0%
Key (black)15.7%
Color previews
#149cd7 text on a black background
contrast 6.77:1
Card sample
#149cd7 text on a white background
contrast 3.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #149cd7;
Background color
Panel with #149cd7 background
background-color: #149cd7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #149cd7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(20, 156, 215, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(20, 156, 215, 0.45);
Border & gradient
Gradient panel
border: 3px solid #149cd7; background: linear-gradient(135deg, #149cd7, #141AD7);