#6090df
a balanced, vivid blue · cool · closest name: steelblue
RGB
96, 144, 223
HSL
217°, 67%, 63%
CMYK
57, 35, 0, 13
Luminance
0.2776
Every format
| HEX | #6090df |
| RGB | rgb(96, 144, 223) |
| HSL | hsl(217, 67%, 63%) |
| CMYK | cmyk(57%, 35%, 0%, 13%) |
| LAB | lab(59.7 7.0 -45.1) |
| LCH | lch(59.7 45.7 278.8) |
| OKLCH | oklch(0.654 0.130 259.9) |
Copy-ready code
/* CSS */
color: #6090df;
background-color: #6090df;
/* Tailwind (arbitrary) */
class="text-[#6090df] bg-[#6090df]"
/* SCSS */
$brand: #6090df;
/* SwiftUI */
Color(red: 0.376, green: 0.565, blue: 0.875)
/* Android */
Color.parseColor("#6090df")Accessibility — WCAG contrast
Aa
#6090df on white: 3.21:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#6090df on black: 6.55:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.6%
Green56.5%
Blue87.5%
CMYK percentages
Cyan57.0%
Magenta35.4%
Yellow0.0%
Key (black)12.5%
Color previews
#6090df text on a black background
contrast 6.55:1
Card sample
#6090df text on a white background
contrast 3.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6090df;
Background color
Panel with #6090df background
background-color: #6090df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6090df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(96, 144, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(96, 144, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6090df; background: linear-gradient(135deg, #6090df, #8460DF);