#6f91cf
a balanced, vivid blue · cool · closest name: steelblue
RGB
111, 145, 207
HSL
219°, 50%, 62%
CMYK
46, 30, 0, 19
Luminance
0.2814
Every format
| HEX | #6f91cf |
| RGB | rgb(111, 145, 207) |
| HSL | hsl(219, 50%, 62%) |
| CMYK | cmyk(46%, 30%, 0%, 19%) |
| LAB | lab(60.0 4.8 -35.6) |
| LCH | lch(60.0 35.9 277.7) |
| OKLCH | oklch(0.657 0.101 261.9) |
Copy-ready code
/* CSS */
color: #6f91cf;
background-color: #6f91cf;
/* Tailwind (arbitrary) */
class="text-[#6f91cf] bg-[#6f91cf]"
/* SCSS */
$brand: #6f91cf;
/* SwiftUI */
Color(red: 0.435, green: 0.569, blue: 0.812)
/* Android */
Color.parseColor("#6f91cf")Accessibility — WCAG contrast
Aa
#6f91cf on white: 3.17:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#6f91cf on black: 6.63:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.5%
Green56.9%
Blue81.2%
CMYK percentages
Cyan46.4%
Magenta30.0%
Yellow0.0%
Key (black)18.8%
Color previews
#6f91cf text on a black background
contrast 6.63:1
Card sample
#6f91cf text on a white background
contrast 3.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6f91cf;
Background color
Panel with #6f91cf background
background-color: #6f91cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6f91cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(111, 145, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(111, 145, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6f91cf; background: linear-gradient(135deg, #6f91cf, #8D6FCF);