#6a9da9
a balanced, soft cyan · cool · closest name: gray
RGB
106, 157, 169
HSL
191°, 27%, 54%
CMYK
37, 7, 0, 34
Luminance
0.3004
Every format
| HEX | #6a9da9 |
| RGB | rgb(106, 157, 169) |
| HSL | hsl(191, 27%, 54%) |
| CMYK | cmyk(37%, 7%, 0%, 34%) |
| LAB | lab(61.7 -13.8 -11.6) |
| LCH | lch(61.7 18.1 220.1) |
| OKLCH | oklch(0.664 0.057 214.1) |
Copy-ready code
/* CSS */
color: #6a9da9;
background-color: #6a9da9;
/* Tailwind (arbitrary) */
class="text-[#6a9da9] bg-[#6a9da9]"
/* SCSS */
$brand: #6a9da9;
/* SwiftUI */
Color(red: 0.416, green: 0.616, blue: 0.663)
/* Android */
Color.parseColor("#6a9da9")Accessibility — WCAG contrast
Aa
#6a9da9 on white: 3.00:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#6a9da9 on black: 7.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.6%
Green61.6%
Blue66.3%
CMYK percentages
Cyan37.3%
Magenta7.1%
Yellow0.0%
Key (black)33.7%
Color previews
#6a9da9 text on a black background
contrast 7.01:1
Card sample
#6a9da9 text on a white background
contrast 3.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6a9da9;
Background color
Panel with #6a9da9 background
background-color: #6a9da9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6a9da9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(106, 157, 169, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(106, 157, 169, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6a9da9; background: linear-gradient(135deg, #6a9da9, #6A73A9);