#148ace
a dark, electric blue · cool · closest name: steelblue
RGB
20, 138, 206
HSL
202°, 82%, 44%
CMYK
90, 33, 0, 19
Luminance
0.2278
Every format
| HEX | #148ace |
| RGB | rgb(20, 138, 206) |
| HSL | hsl(202, 82%, 44%) |
| CMYK | cmyk(90%, 33%, 0%, 19%) |
| LAB | lab(54.8 -5.5 -43.4) |
| LCH | lch(54.8 43.7 262.8) |
| OKLCH | oklch(0.607 0.139 242.2) |
Copy-ready code
/* CSS */
color: #148ace;
background-color: #148ace;
/* Tailwind (arbitrary) */
class="text-[#148ace] bg-[#148ace]"
/* SCSS */
$brand: #148ace;
/* SwiftUI */
Color(red: 0.078, green: 0.541, blue: 0.808)
/* Android */
Color.parseColor("#148ace")Accessibility — WCAG contrast
Aa
#148ace on white: 3.78:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#148ace on black: 5.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.8%
Green54.1%
Blue80.8%
CMYK percentages
Cyan90.3%
Magenta33.0%
Yellow0.0%
Key (black)19.2%
Color previews
#148ace text on a black background
contrast 5.56:1
Card sample
#148ace text on a white background
contrast 3.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #148ace;
Background color
Panel with #148ace background
background-color: #148ace;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #148ace;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(20, 138, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(20, 138, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #148ace; background: linear-gradient(135deg, #148ace, #1A14CE);