#1997cd
a balanced, electric cyan · cool · closest name: steelblue
RGB
25, 151, 205
HSL
198°, 78%, 45%
CMYK
88, 26, 0, 20
Luminance
0.2675
Every format
| HEX | #1997cd |
| RGB | rgb(25, 151, 205) |
| HSL | hsl(198, 78%, 45%) |
| CMYK | cmyk(88%, 26%, 0%, 20%) |
| LAB | lab(58.7 -12.9 -36.7) |
| LCH | lch(58.7 38.9 250.6) |
| OKLCH | oklch(0.638 0.128 234.1) |
Copy-ready code
/* CSS */
color: #1997cd;
background-color: #1997cd;
/* Tailwind (arbitrary) */
class="text-[#1997cd] bg-[#1997cd]"
/* SCSS */
$brand: #1997cd;
/* SwiftUI */
Color(red: 0.098, green: 0.592, blue: 0.804)
/* Android */
Color.parseColor("#1997cd")Accessibility — WCAG contrast
Aa
#1997cd on white: 3.31:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#1997cd on black: 6.35:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.8%
Green59.2%
Blue80.4%
CMYK percentages
Cyan87.8%
Magenta26.3%
Yellow0.0%
Key (black)19.6%
Color previews
#1997cd text on a black background
contrast 6.35:1
Card sample
#1997cd text on a white background
contrast 3.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1997cd;
Background color
Panel with #1997cd background
background-color: #1997cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1997cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(25, 151, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(25, 151, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1997cd; background: linear-gradient(135deg, #1997cd, #191FCD);