#1998cf
a balanced, electric cyan · cool · closest name: steelblue
RGB
25, 152, 207
HSL
198°, 78%, 46%
CMYK
88, 27, 0, 19
Luminance
0.2717
Every format
| HEX | #1998cf |
| RGB | rgb(25, 152, 207) |
| HSL | hsl(198, 78%, 46%) |
| CMYK | cmyk(88%, 27%, 0%, 19%) |
| LAB | lab(59.1 -12.8 -37.2) |
| LCH | lch(59.1 39.3 251.1) |
| OKLCH | oklch(0.642 0.129 234.4) |
Copy-ready code
/* CSS */
color: #1998cf;
background-color: #1998cf;
/* Tailwind (arbitrary) */
class="text-[#1998cf] bg-[#1998cf]"
/* SCSS */
$brand: #1998cf;
/* SwiftUI */
Color(red: 0.098, green: 0.596, blue: 0.812)
/* Android */
Color.parseColor("#1998cf")Accessibility — WCAG contrast
Aa
#1998cf on white: 3.26:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#1998cf on black: 6.43:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.8%
Green59.6%
Blue81.2%
CMYK percentages
Cyan87.9%
Magenta26.6%
Yellow0.0%
Key (black)18.8%
Color previews
#1998cf text on a black background
contrast 6.43:1
Card sample
#1998cf text on a white background
contrast 3.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1998cf;
Background color
Panel with #1998cf background
background-color: #1998cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1998cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(25, 152, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(25, 152, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1998cf; background: linear-gradient(135deg, #1998cf, #191FCF);