#199fdf
a balanced, electric cyan · cool · closest name: steelblue
RGB
25, 159, 223
HSL
199°, 80%, 49%
CMYK
89, 29, 0, 13
Luminance
0.3033
Every format
| HEX | #199fdf |
| RGB | rgb(25, 159, 223) |
| HSL | hsl(199, 80%, 49%) |
| CMYK | cmyk(89%, 29%, 0%, 13%) |
| LAB | lab(61.9 -10.9 -41.7) |
| LCH | lch(61.9 43.1 255.4) |
| OKLCH | oklch(0.666 0.141 237.2) |
Copy-ready code
/* CSS */
color: #199fdf;
background-color: #199fdf;
/* Tailwind (arbitrary) */
class="text-[#199fdf] bg-[#199fdf]"
/* SCSS */
$brand: #199fdf;
/* SwiftUI */
Color(red: 0.098, green: 0.624, blue: 0.875)
/* Android */
Color.parseColor("#199fdf")Accessibility — WCAG contrast
Aa
#199fdf on white: 2.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#199fdf on black: 7.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.8%
Green62.4%
Blue87.5%
CMYK percentages
Cyan88.8%
Magenta28.7%
Yellow0.0%
Key (black)12.5%
Color previews
#199fdf text on a black background
contrast 7.07:1
Card sample
#199fdf text on a white background
contrast 2.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #199fdf;
Background color
Panel with #199fdf background
background-color: #199fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #199fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(25, 159, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(25, 159, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #199fdf; background: linear-gradient(135deg, #199fdf, #191BDF);