#1d72be
a dark, vivid blue · cool · closest name: steelblue
RGB
29, 114, 190
HSL
208°, 74%, 43%
CMYK
85, 40, 0, 26
Luminance
0.1601
Every format
| HEX | #1d72be |
| RGB | rgb(29, 114, 190) |
| HSL | hsl(208, 74%, 43%) |
| CMYK | cmyk(85%, 40%, 0%, 26%) |
| LAB | lab(47.0 3.5 -46.7) |
| LCH | lch(47.0 46.8 274.3) |
| OKLCH | oklch(0.543 0.141 250.6) |
Copy-ready code
/* CSS */
color: #1d72be;
background-color: #1d72be;
/* Tailwind (arbitrary) */
class="text-[#1d72be] bg-[#1d72be]"
/* SCSS */
$brand: #1d72be;
/* SwiftUI */
Color(red: 0.114, green: 0.447, blue: 0.745)
/* Android */
Color.parseColor("#1d72be")Accessibility — WCAG contrast
Aa
#1d72be on white: 5.00:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#1d72be on black: 4.20:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red11.4%
Green44.7%
Blue74.5%
CMYK percentages
Cyan84.7%
Magenta40.0%
Yellow0.0%
Key (black)25.5%
Color previews
#1d72be text on a black background
contrast 4.20:1
Card sample
#1d72be text on a white background
contrast 5.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1d72be;
Background color
Panel with #1d72be background
background-color: #1d72be;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1d72be;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(29, 114, 190, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(29, 114, 190, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1d72be; background: linear-gradient(135deg, #1d72be, #331DBE);