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