#149cdf
a balanced, electric cyan · cool · closest name: steelblue
RGB
20, 156, 223
HSL
200°, 84%, 48%
CMYK
91, 30, 0, 13
Luminance
0.2925
Every format
| HEX | #149cdf |
| RGB | rgb(20, 156, 223) |
| HSL | hsl(200, 84%, 48%) |
| CMYK | cmyk(91%, 30%, 0%, 13%) |
| LAB | lab(61.0 -9.5 -43.2) |
| LCH | lch(61.0 44.2 257.6) |
| OKLCH | oklch(0.659 0.143 238.7) |
Copy-ready code
/* CSS */
color: #149cdf;
background-color: #149cdf;
/* Tailwind (arbitrary) */
class="text-[#149cdf] bg-[#149cdf]"
/* SCSS */
$brand: #149cdf;
/* SwiftUI */
Color(red: 0.078, green: 0.612, blue: 0.875)
/* Android */
Color.parseColor("#149cdf")Accessibility — WCAG contrast
Aa
#149cdf on white: 3.07:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#149cdf on black: 6.85:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.8%
Green61.2%
Blue87.5%
CMYK percentages
Cyan91.0%
Magenta30.0%
Yellow0.0%
Key (black)12.5%
Color previews
#149cdf text on a black background
contrast 6.85:1
Card sample
#149cdf text on a white background
contrast 3.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #149cdf;
Background color
Panel with #149cdf background
background-color: #149cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #149cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(20, 156, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(20, 156, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #149cdf; background: linear-gradient(135deg, #149cdf, #1415DF);