#6f9cb0
a balanced, soft cyan · cool · closest name: skyblue
RGB
111, 156, 176
HSL
199°, 29%, 56%
CMYK
37, 11, 0, 31
Luminance
0.3029
Every format
| HEX | #6f9cb0 |
| RGB | rgb(111, 156, 176) |
| HSL | hsl(199, 29%, 56%) |
| CMYK | cmyk(37%, 11%, 0%, 31%) |
| LAB | lab(61.9 -10.1 -15.2) |
| LCH | lch(61.9 18.3 236.6) |
| OKLCH | oklch(0.668 0.057 227.3) |
Copy-ready code
/* CSS */
color: #6f9cb0;
background-color: #6f9cb0;
/* Tailwind (arbitrary) */
class="text-[#6f9cb0] bg-[#6f9cb0]"
/* SCSS */
$brand: #6f9cb0;
/* SwiftUI */
Color(red: 0.435, green: 0.612, blue: 0.690)
/* Android */
Color.parseColor("#6f9cb0")Accessibility — WCAG contrast
Aa
#6f9cb0 on white: 2.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6f9cb0 on black: 7.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.5%
Green61.2%
Blue69.0%
CMYK percentages
Cyan36.9%
Magenta11.4%
Yellow0.0%
Key (black)31.0%
Color previews
#6f9cb0 text on a black background
contrast 7.06:1
Card sample
#6f9cb0 text on a white background
contrast 2.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6f9cb0;
Background color
Panel with #6f9cb0 background
background-color: #6f9cb0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6f9cb0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(111, 156, 176, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(111, 156, 176, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6f9cb0; background: linear-gradient(135deg, #6f9cb0, #6F71B0);