#119cff
a balanced, electric blue · cool · closest name: dodgerblue
RGB
17, 156, 255
HSL
205°, 100%, 53%
CMYK
93, 39, 0, 0
Luminance
0.3112
Every format
| HEX | #119cff |
| RGB | rgb(17, 156, 255) |
| HSL | hsl(205, 100%, 53%) |
| CMYK | cmyk(93%, 39%, 0%, 0%) |
| LAB | lab(62.6 2.2 -58.2) |
| LCH | lch(62.6 58.3 272.2) |
| OKLCH | oklch(0.677 0.179 248.3) |
Copy-ready code
/* CSS */
color: #119cff;
background-color: #119cff;
/* Tailwind (arbitrary) */
class="text-[#119cff] bg-[#119cff]"
/* SCSS */
$brand: #119cff;
/* SwiftUI */
Color(red: 0.067, green: 0.612, blue: 1.000)
/* Android */
Color.parseColor("#119cff")Accessibility — WCAG contrast
Aa
#119cff on white: 2.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#119cff on black: 7.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.7%
Green61.2%
Blue100.0%
CMYK percentages
Cyan93.3%
Magenta38.8%
Yellow0.0%
Key (black)0.0%
Color previews
#119cff text on a black background
contrast 7.22:1
Card sample
#119cff text on a white background
contrast 2.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #119cff;
Background color
Panel with #119cff background
background-color: #119cff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #119cff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(17, 156, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(17, 156, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #119cff; background: linear-gradient(135deg, #119cff, #2511FF);