#149fdf
a balanced, electric cyan · cool · closest name: steelblue
RGB
20, 159, 223
HSL
199°, 84%, 48%
CMYK
91, 29, 0, 13
Luminance
0.3027
Every format
| HEX | #149fdf |
| RGB | rgb(20, 159, 223) |
| HSL | hsl(199, 84%, 48%) |
| CMYK | cmyk(91%, 29%, 0%, 13%) |
| LAB | lab(61.9 -11.1 -41.8) |
| LCH | lch(61.9 43.2 255.1) |
| OKLCH | oklch(0.666 0.141 236.9) |
Copy-ready code
/* CSS */
color: #149fdf;
background-color: #149fdf;
/* Tailwind (arbitrary) */
class="text-[#149fdf] bg-[#149fdf]"
/* SCSS */
$brand: #149fdf;
/* SwiftUI */
Color(red: 0.078, green: 0.624, blue: 0.875)
/* Android */
Color.parseColor("#149fdf")Accessibility — WCAG contrast
Aa
#149fdf on white: 2.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#149fdf on black: 7.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.8%
Green62.4%
Blue87.5%
CMYK percentages
Cyan91.0%
Magenta28.7%
Yellow0.0%
Key (black)12.5%
Color previews
#149fdf text on a black background
contrast 7.05:1
Card sample
#149fdf text on a white background
contrast 2.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #149fdf;
Background color
Panel with #149fdf background
background-color: #149fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #149fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(20, 159, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(20, 159, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #149fdf; background: linear-gradient(135deg, #149fdf, #1418DF);