#4595df
a balanced, vivid blue · cool · closest name: steelblue
RGB
69, 149, 223
HSL
209°, 71%, 57%
CMYK
69, 33, 0, 13
Luminance
0.2809
Every format
| HEX | #4595df |
| RGB | rgb(69, 149, 223) |
| HSL | hsl(209, 71%, 57%) |
| CMYK | cmyk(69%, 33%, 0%, 13%) |
| LAB | lab(60.0 -0.7 -44.7) |
| LCH | lch(60.0 44.7 269.1) |
| OKLCH | oklch(0.654 0.136 249.1) |
Copy-ready code
/* CSS */
color: #4595df;
background-color: #4595df;
/* Tailwind (arbitrary) */
class="text-[#4595df] bg-[#4595df]"
/* SCSS */
$brand: #4595df;
/* SwiftUI */
Color(red: 0.271, green: 0.584, blue: 0.875)
/* Android */
Color.parseColor("#4595df")Accessibility — WCAG contrast
Aa
#4595df on white: 3.17:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#4595df on black: 6.62:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.1%
Green58.4%
Blue87.5%
CMYK percentages
Cyan69.1%
Magenta33.2%
Yellow0.0%
Key (black)12.5%
Color previews
#4595df text on a black background
contrast 6.62:1
Card sample
#4595df text on a white background
contrast 3.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4595df;
Background color
Panel with #4595df background
background-color: #4595df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4595df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(69, 149, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(69, 149, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4595df; background: linear-gradient(135deg, #4595df, #5C45DF);