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