#128cdf
a balanced, electric blue · cool · closest name: dodgerblue
RGB
18, 140, 223
HSL
204°, 85%, 47%
CMYK
92, 37, 0, 13
Luminance
0.2421
Every format
| HEX | #128cdf |
| RGB | rgb(18, 140, 223) |
| HSL | hsl(204, 85%, 47%) |
| CMYK | cmyk(92%, 37%, 0%, 13%) |
| LAB | lab(56.3 -0.3 -50.6) |
| LCH | lch(56.3 50.6 269.6) |
| OKLCH | oklch(0.622 0.157 246.7) |
Copy-ready code
/* CSS */
color: #128cdf;
background-color: #128cdf;
/* Tailwind (arbitrary) */
class="text-[#128cdf] bg-[#128cdf]"
/* SCSS */
$brand: #128cdf;
/* SwiftUI */
Color(red: 0.071, green: 0.549, blue: 0.875)
/* Android */
Color.parseColor("#128cdf")Accessibility — WCAG contrast
Aa
#128cdf on white: 3.59:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#128cdf on black: 5.84:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.1%
Green54.9%
Blue87.5%
CMYK percentages
Cyan91.9%
Magenta37.2%
Yellow0.0%
Key (black)12.5%
Color previews
#128cdf text on a black background
contrast 5.84:1
Card sample
#128cdf text on a white background
contrast 3.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #128cdf;
Background color
Panel with #128cdf background
background-color: #128cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #128cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(18, 140, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(18, 140, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #128cdf; background: linear-gradient(135deg, #128cdf, #2112DF);