#6f93a5
a balanced, soft blue · cool · closest name: gray
RGB
111, 147, 165
HSL
200°, 23%, 54%
CMYK
33, 11, 0, 35
Luminance
0.2696
Every format
| HEX | #6f93a5 |
| RGB | rgb(111, 147, 165) |
| HSL | hsl(200, 23%, 54%) |
| CMYK | cmyk(33%, 11%, 0%, 35%) |
| LAB | lab(58.9 -8.0 -13.5) |
| LCH | lch(58.9 15.7 239.4) |
| OKLCH | oklch(0.643 0.048 230.1) |
Copy-ready code
/* CSS */
color: #6f93a5;
background-color: #6f93a5;
/* Tailwind (arbitrary) */
class="text-[#6f93a5] bg-[#6f93a5]"
/* SCSS */
$brand: #6f93a5;
/* SwiftUI */
Color(red: 0.435, green: 0.576, blue: 0.647)
/* Android */
Color.parseColor("#6f93a5")Accessibility — WCAG contrast
Aa
#6f93a5 on white: 3.28:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#6f93a5 on black: 6.39:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.5%
Green57.6%
Blue64.7%
CMYK percentages
Cyan32.7%
Magenta10.9%
Yellow0.0%
Key (black)35.3%
Color previews
#6f93a5 text on a black background
contrast 6.39:1
Card sample
#6f93a5 text on a white background
contrast 3.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6f93a5;
Background color
Panel with #6f93a5 background
background-color: #6f93a5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6f93a5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(111, 147, 165, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(111, 147, 165, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6f93a5; background: linear-gradient(135deg, #6f93a5, #6F6FA5);