#1982cb
a dark, electric blue · cool · closest name: steelblue
RGB
25, 130, 203
HSL
205°, 78%, 45%
CMYK
88, 36, 0, 20
Luminance
0.2048
Every format
| HEX | #1982cb |
| RGB | rgb(25, 130, 203) |
| HSL | hsl(205, 78%, 45%) |
| CMYK | cmyk(88%, 36%, 0%, 20%) |
| LAB | lab(52.4 -1.6 -45.6) |
| LCH | lch(52.4 45.6 268.0) |
| OKLCH | oklch(0.588 0.142 246.0) |
Copy-ready code
/* CSS */
color: #1982cb;
background-color: #1982cb;
/* Tailwind (arbitrary) */
class="text-[#1982cb] bg-[#1982cb]"
/* SCSS */
$brand: #1982cb;
/* SwiftUI */
Color(red: 0.098, green: 0.510, blue: 0.796)
/* Android */
Color.parseColor("#1982cb")Accessibility — WCAG contrast
Aa
#1982cb on white: 4.12:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#1982cb on black: 5.10:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.8%
Green51.0%
Blue79.6%
CMYK percentages
Cyan87.7%
Magenta36.0%
Yellow0.0%
Key (black)20.4%
Color previews
#1982cb text on a black background
contrast 5.10:1
Card sample
#1982cb text on a white background
contrast 4.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1982cb;
Background color
Panel with #1982cb background
background-color: #1982cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1982cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(25, 130, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(25, 130, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1982cb; background: linear-gradient(135deg, #1982cb, #2719CB);