#6f9eb6
a balanced, soft blue · cool · closest name: skyblue
RGB
111, 158, 182
HSL
200°, 33%, 58%
CMYK
39, 13, 0, 29
Luminance
0.3121
Every format
| HEX | #6f9eb6 |
| RGB | rgb(111, 158, 182) |
| HSL | hsl(200, 33%, 58%) |
| CMYK | cmyk(39%, 13%, 0%, 29%) |
| LAB | lab(62.7 -9.6 -17.4) |
| LCH | lch(62.7 19.9 241.2) |
| OKLCH | oklch(0.674 0.062 231.0) |
Copy-ready code
/* CSS */
color: #6f9eb6;
background-color: #6f9eb6;
/* Tailwind (arbitrary) */
class="text-[#6f9eb6] bg-[#6f9eb6]"
/* SCSS */
$brand: #6f9eb6;
/* SwiftUI */
Color(red: 0.435, green: 0.620, blue: 0.714)
/* Android */
Color.parseColor("#6f9eb6")Accessibility — WCAG contrast
Aa
#6f9eb6 on white: 2.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6f9eb6 on black: 7.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.5%
Green62.0%
Blue71.4%
CMYK percentages
Cyan39.0%
Magenta13.2%
Yellow0.0%
Key (black)28.6%
Color previews
#6f9eb6 text on a black background
contrast 7.24:1
Card sample
#6f9eb6 text on a white background
contrast 2.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6f9eb6;
Background color
Panel with #6f9eb6 background
background-color: #6f9eb6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6f9eb6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(111, 158, 182, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(111, 158, 182, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6f9eb6; background: linear-gradient(135deg, #6f9eb6, #706FB6);