#148bc7
a dark, electric blue · cool · closest name: steelblue
RGB
20, 139, 199
HSL
200°, 82%, 43%
CMYK
90, 30, 0, 22
Luminance
0.2274
Every format
| HEX | #148bc7 |
| RGB | rgb(20, 139, 199) |
| HSL | hsl(200, 82%, 43%) |
| CMYK | cmyk(90%, 30%, 0%, 22%) |
| LAB | lab(54.8 -8.6 -39.5) |
| LCH | lch(54.8 40.4 257.7) |
| OKLCH | oklch(0.606 0.131 238.8) |
Copy-ready code
/* CSS */
color: #148bc7;
background-color: #148bc7;
/* Tailwind (arbitrary) */
class="text-[#148bc7] bg-[#148bc7]"
/* SCSS */
$brand: #148bc7;
/* SwiftUI */
Color(red: 0.078, green: 0.545, blue: 0.780)
/* Android */
Color.parseColor("#148bc7")Accessibility — WCAG contrast
Aa
#148bc7 on white: 3.79:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#148bc7 on black: 5.55:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.8%
Green54.5%
Blue78.0%
CMYK percentages
Cyan89.9%
Magenta30.2%
Yellow0.0%
Key (black)22.0%
Color previews
#148bc7 text on a black background
contrast 5.55:1
Card sample
#148bc7 text on a white background
contrast 3.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #148bc7;
Background color
Panel with #148bc7 background
background-color: #148bc7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #148bc7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(20, 139, 199, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(20, 139, 199, 0.45);
Border & gradient
Gradient panel
border: 3px solid #148bc7; background: linear-gradient(135deg, #148bc7, #1414C7);