#1982c2
a dark, electric blue · cool · closest name: steelblue
RGB
25, 130, 194
HSL
203°, 77%, 43%
CMYK
87, 33, 0, 24
Luminance
0.2007
Every format
| HEX | #1982c2 |
| RGB | rgb(25, 130, 194) |
| HSL | hsl(203, 77%, 43%) |
| CMYK | cmyk(87%, 33%, 0%, 24%) |
| LAB | lab(51.9 -5.0 -41.2) |
| LCH | lch(51.9 41.5 263.1) |
| OKLCH | oklch(0.582 0.132 242.7) |
Copy-ready code
/* CSS */
color: #1982c2;
background-color: #1982c2;
/* Tailwind (arbitrary) */
class="text-[#1982c2] bg-[#1982c2]"
/* SCSS */
$brand: #1982c2;
/* SwiftUI */
Color(red: 0.098, green: 0.510, blue: 0.761)
/* Android */
Color.parseColor("#1982c2")Accessibility — WCAG contrast
Aa
#1982c2 on white: 4.19:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#1982c2 on black: 5.01:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.8%
Green51.0%
Blue76.1%
CMYK percentages
Cyan87.1%
Magenta33.0%
Yellow0.0%
Key (black)23.9%
Color previews
#1982c2 text on a black background
contrast 5.01:1
Card sample
#1982c2 text on a white background
contrast 4.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1982c2;
Background color
Panel with #1982c2 background
background-color: #1982c2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1982c2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(25, 130, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(25, 130, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1982c2; background: linear-gradient(135deg, #1982c2, #2119C2);