#1981cd
a balanced, electric blue · cool · closest name: steelblue
RGB
25, 129, 205
HSL
205°, 78%, 45%
CMYK
88, 37, 0, 20
Luminance
0.2031
Every format
| HEX | #1981cd |
| RGB | rgb(25, 129, 205) |
| HSL | hsl(205, 78%, 45%) |
| CMYK | cmyk(88%, 37%, 0%, 20%) |
| LAB | lab(52.2 -0.2 -47.0) |
| LCH | lch(52.2 47.0 269.8) |
| OKLCH | oklch(0.586 0.146 247.1) |
Copy-ready code
/* CSS */
color: #1981cd;
background-color: #1981cd;
/* Tailwind (arbitrary) */
class="text-[#1981cd] bg-[#1981cd]"
/* SCSS */
$brand: #1981cd;
/* SwiftUI */
Color(red: 0.098, green: 0.506, blue: 0.804)
/* Android */
Color.parseColor("#1981cd")Accessibility — WCAG contrast
Aa
#1981cd on white: 4.15:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#1981cd on black: 5.06:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.8%
Green50.6%
Blue80.4%
CMYK percentages
Cyan87.8%
Magenta37.1%
Yellow0.0%
Key (black)19.6%
Color previews
#1981cd text on a black background
contrast 5.06:1
Card sample
#1981cd text on a white background
contrast 4.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1981cd;
Background color
Panel with #1981cd background
background-color: #1981cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1981cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(25, 129, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(25, 129, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1981cd; background: linear-gradient(135deg, #1981cd, #2919CD);