#1d7cdf
a balanced, electric blue · cool · closest name: dodgerblue
RGB
29, 124, 223
HSL
211°, 77%, 49%
CMYK
87, 44, 0, 13
Luminance
0.2000
Every format
| HEX | #1d7cdf |
| RGB | rgb(29, 124, 223) |
| HSL | hsl(211, 77%, 49%) |
| CMYK | cmyk(87%, 44%, 0%, 13%) |
| LAB | lab(51.8 10.0 -57.7) |
| LCH | lch(51.8 58.6 279.8) |
| OKLCH | oklch(0.587 0.172 254.0) |
Copy-ready code
/* CSS */
color: #1d7cdf;
background-color: #1d7cdf;
/* Tailwind (arbitrary) */
class="text-[#1d7cdf] bg-[#1d7cdf]"
/* SCSS */
$brand: #1d7cdf;
/* SwiftUI */
Color(red: 0.114, green: 0.486, blue: 0.875)
/* Android */
Color.parseColor("#1d7cdf")Accessibility — WCAG contrast
Aa
#1d7cdf on white: 4.20:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#1d7cdf on black: 5.00:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red11.4%
Green48.6%
Blue87.5%
CMYK percentages
Cyan87.0%
Magenta44.4%
Yellow0.0%
Key (black)12.5%
Color previews
#1d7cdf text on a black background
contrast 5.00:1
Card sample
#1d7cdf text on a white background
contrast 4.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1d7cdf;
Background color
Panel with #1d7cdf background
background-color: #1d7cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1d7cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(29, 124, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(29, 124, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1d7cdf; background: linear-gradient(135deg, #1d7cdf, #3F1DDF);