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