#1d7fba
a dark, vivid blue · cool · closest name: steelblue
RGB
29, 127, 186
HSL
203°, 73%, 42%
CMYK
84, 32, 0, 27
Luminance
0.1899
Every format
| HEX | #1d7fba |
| RGB | rgb(29, 127, 186) |
| HSL | hsl(203, 73%, 42%) |
| CMYK | cmyk(84%, 32%, 0%, 27%) |
| LAB | lab(50.7 -5.9 -38.5) |
| LCH | lch(50.7 39.0 261.3) |
| OKLCH | oklch(0.571 0.124 241.6) |
Copy-ready code
/* CSS */
color: #1d7fba;
background-color: #1d7fba;
/* Tailwind (arbitrary) */
class="text-[#1d7fba] bg-[#1d7fba]"
/* SCSS */
$brand: #1d7fba;
/* SwiftUI */
Color(red: 0.114, green: 0.498, blue: 0.729)
/* Android */
Color.parseColor("#1d7fba")Accessibility — WCAG contrast
Aa
#1d7fba on white: 4.38:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#1d7fba on black: 4.80:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red11.4%
Green49.8%
Blue72.9%
CMYK percentages
Cyan84.4%
Magenta31.7%
Yellow0.0%
Key (black)27.1%
Color previews
#1d7fba text on a black background
contrast 4.80:1
Card sample
#1d7fba text on a white background
contrast 4.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1d7fba;
Background color
Panel with #1d7fba background
background-color: #1d7fba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1d7fba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(29, 127, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(29, 127, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1d7fba; background: linear-gradient(135deg, #1d7fba, #241DBA);