#6f8ace
a balanced, vivid blue · cool · closest name: steelblue
RGB
111, 138, 206
HSL
223°, 49%, 62%
CMYK
46, 33, 0, 19
Luminance
0.2601
Every format
| HEX | #6f8ace |
| RGB | rgb(111, 138, 206) |
| HSL | hsl(223, 49%, 62%) |
| CMYK | cmyk(46%, 33%, 0%, 19%) |
| LAB | lab(58.0 8.6 -38.1) |
| LCH | lch(58.0 39.0 282.8) |
| OKLCH | oklch(0.641 0.107 266.9) |
Copy-ready code
/* CSS */
color: #6f8ace;
background-color: #6f8ace;
/* Tailwind (arbitrary) */
class="text-[#6f8ace] bg-[#6f8ace]"
/* SCSS */
$brand: #6f8ace;
/* SwiftUI */
Color(red: 0.435, green: 0.541, blue: 0.808)
/* Android */
Color.parseColor("#6f8ace")Accessibility — WCAG contrast
Aa
#6f8ace on white: 3.39:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#6f8ace on black: 6.20:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.5%
Green54.1%
Blue80.8%
CMYK percentages
Cyan46.1%
Magenta33.0%
Yellow0.0%
Key (black)19.2%
Color previews
#6f8ace text on a black background
contrast 6.20:1
Card sample
#6f8ace text on a white background
contrast 3.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6f8ace;
Background color
Panel with #6f8ace background
background-color: #6f8ace;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6f8ace;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(111, 138, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(111, 138, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6f8ace; background: linear-gradient(135deg, #6f8ace, #936FCE);