#1e7dbb
a dark, vivid blue · cool · closest name: steelblue
RGB
30, 125, 187
HSL
204°, 72%, 43%
CMYK
84, 33, 0, 27
Luminance
0.1853
Every format
| HEX | #1e7dbb |
| RGB | rgb(30, 125, 187) |
| HSL | hsl(204, 72%, 43%) |
| CMYK | cmyk(84%, 33%, 0%, 27%) |
| LAB | lab(50.1 -4.3 -40.0) |
| LCH | lch(50.1 40.2 263.9) |
| OKLCH | oklch(0.567 0.127 243.5) |
Copy-ready code
/* CSS */
color: #1e7dbb;
background-color: #1e7dbb;
/* Tailwind (arbitrary) */
class="text-[#1e7dbb] bg-[#1e7dbb]"
/* SCSS */
$brand: #1e7dbb;
/* SwiftUI */
Color(red: 0.118, green: 0.490, blue: 0.733)
/* Android */
Color.parseColor("#1e7dbb")Accessibility — WCAG contrast
Aa
#1e7dbb on white: 4.46:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#1e7dbb on black: 4.71:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red11.8%
Green49.0%
Blue73.3%
CMYK percentages
Cyan84.0%
Magenta33.2%
Yellow0.0%
Key (black)26.7%
Color previews
#1e7dbb text on a black background
contrast 4.71:1
Card sample
#1e7dbb text on a white background
contrast 4.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1e7dbb;
Background color
Panel with #1e7dbb background
background-color: #1e7dbb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1e7dbb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(30, 125, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(30, 125, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1e7dbb; background: linear-gradient(135deg, #1e7dbb, #281EBB);