#6fa2ac
a balanced, soft cyan · cool · closest name: skyblue
RGB
111, 162, 172
HSL
190°, 27%, 56%
CMYK
36, 6, 0, 33
Luminance
0.3220
Every format
| HEX | #6fa2ac |
| RGB | rgb(111, 162, 172) |
| HSL | hsl(190, 27%, 56%) |
| CMYK | cmyk(36%, 6%, 0%, 33%) |
| LAB | lab(63.5 -14.3 -10.6) |
| LCH | lch(63.5 17.8 216.4) |
| OKLCH | oklch(0.680 0.056 211.2) |
Copy-ready code
/* CSS */
color: #6fa2ac;
background-color: #6fa2ac;
/* Tailwind (arbitrary) */
class="text-[#6fa2ac] bg-[#6fa2ac]"
/* SCSS */
$brand: #6fa2ac;
/* SwiftUI */
Color(red: 0.435, green: 0.635, blue: 0.675)
/* Android */
Color.parseColor("#6fa2ac")Accessibility — WCAG contrast
Aa
#6fa2ac on white: 2.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6fa2ac on black: 7.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.5%
Green63.5%
Blue67.5%
CMYK percentages
Cyan35.5%
Magenta5.8%
Yellow0.0%
Key (black)32.5%
Color previews
#6fa2ac text on a black background
contrast 7.44:1
Card sample
#6fa2ac text on a white background
contrast 2.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6fa2ac;
Background color
Panel with #6fa2ac background
background-color: #6fa2ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6fa2ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(111, 162, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(111, 162, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6fa2ac; background: linear-gradient(135deg, #6fa2ac, #6F79AC);