#4497df
a balanced, vivid blue · cool · closest name: steelblue
RGB
68, 151, 223
HSL
208°, 71%, 57%
CMYK
70, 32, 0, 13
Luminance
0.2869
Every format
| HEX | #4497df |
| RGB | rgb(68, 151, 223) |
| HSL | hsl(208, 71%, 57%) |
| CMYK | cmyk(70%, 32%, 0%, 13%) |
| LAB | lab(60.5 -2.0 -43.9) |
| LCH | lch(60.5 43.9 267.4) |
| OKLCH | oklch(0.658 0.134 247.7) |
Copy-ready code
/* CSS */
color: #4497df;
background-color: #4497df;
/* Tailwind (arbitrary) */
class="text-[#4497df] bg-[#4497df]"
/* SCSS */
$brand: #4497df;
/* SwiftUI */
Color(red: 0.267, green: 0.592, blue: 0.875)
/* Android */
Color.parseColor("#4497df")Accessibility — WCAG contrast
Aa
#4497df on white: 3.12:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#4497df on black: 6.74:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green59.2%
Blue87.5%
CMYK percentages
Cyan69.5%
Magenta32.3%
Yellow0.0%
Key (black)12.5%
Color previews
#4497df text on a black background
contrast 6.74:1
Card sample
#4497df text on a white background
contrast 3.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4497df;
Background color
Panel with #4497df background
background-color: #4497df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4497df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 151, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 151, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4497df; background: linear-gradient(135deg, #4497df, #5944DF);