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