#1981c1
a dark, electric blue · cool · closest name: steelblue
RGB
25, 129, 193
HSL
203°, 77%, 43%
CMYK
87, 33, 0, 24
Luminance
0.1976
Every format
| HEX | #1981c1 |
| RGB | rgb(25, 129, 193) |
| HSL | hsl(203, 77%, 43%) |
| CMYK | cmyk(87%, 33%, 0%, 24%) |
| LAB | lab(51.6 -4.8 -41.1) |
| LCH | lch(51.6 41.4 263.4) |
| OKLCH | oklch(0.579 0.132 242.9) |
Copy-ready code
/* CSS */
color: #1981c1;
background-color: #1981c1;
/* Tailwind (arbitrary) */
class="text-[#1981c1] bg-[#1981c1]"
/* SCSS */
$brand: #1981c1;
/* SwiftUI */
Color(red: 0.098, green: 0.506, blue: 0.757)
/* Android */
Color.parseColor("#1981c1")Accessibility — WCAG contrast
Aa
#1981c1 on white: 4.24:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#1981c1 on black: 4.95:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.8%
Green50.6%
Blue75.7%
CMYK percentages
Cyan87.0%
Magenta33.2%
Yellow0.0%
Key (black)24.3%
Color previews
#1981c1 text on a black background
contrast 4.95:1
Card sample
#1981c1 text on a white background
contrast 4.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1981c1;
Background color
Panel with #1981c1 background
background-color: #1981c1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1981c1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(25, 129, 193, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(25, 129, 193, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1981c1; background: linear-gradient(135deg, #1981c1, #2119C1);