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