#4591cf
a balanced, vivid blue · cool · closest name: steelblue
RGB
69, 145, 207
HSL
207°, 59%, 54%
CMYK
67, 30, 0, 19
Luminance
0.2602
Every format
| HEX | #4591cf |
| RGB | rgb(69, 145, 207) |
| HSL | hsl(207, 59%, 54%) |
| CMYK | cmyk(67%, 30%, 0%, 19%) |
| LAB | lab(58.0 -3.9 -38.8) |
| LCH | lch(58.0 39.0 264.3) |
| OKLCH | oklch(0.636 0.120 245.9) |
Copy-ready code
/* CSS */
color: #4591cf;
background-color: #4591cf;
/* Tailwind (arbitrary) */
class="text-[#4591cf] bg-[#4591cf]"
/* SCSS */
$brand: #4591cf;
/* SwiftUI */
Color(red: 0.271, green: 0.569, blue: 0.812)
/* Android */
Color.parseColor("#4591cf")Accessibility — WCAG contrast
Aa
#4591cf on white: 3.38:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#4591cf on black: 6.20:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.1%
Green56.9%
Blue81.2%
CMYK percentages
Cyan66.7%
Magenta30.0%
Yellow0.0%
Key (black)18.8%
Color previews
#4591cf text on a black background
contrast 6.20:1
Card sample
#4591cf text on a white background
contrast 3.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4591cf;
Background color
Panel with #4591cf background
background-color: #4591cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4591cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(69, 145, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(69, 145, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4591cf; background: linear-gradient(135deg, #4591cf, #5545CF);