#6e98ac
a balanced, soft cyan · cool · closest name: gray
RGB
110, 152, 172
HSL
199°, 27%, 55%
CMYK
36, 12, 0, 33
Luminance
0.2875
Every format
| HEX | #6e98ac |
| RGB | rgb(110, 152, 172) |
| HSL | hsl(199, 27%, 55%) |
| CMYK | cmyk(36%, 12%, 0%, 33%) |
| LAB | lab(60.6 -9.2 -15.0) |
| LCH | lch(60.6 17.6 238.5) |
| OKLCH | oklch(0.656 0.055 229.0) |
Copy-ready code
/* CSS */
color: #6e98ac;
background-color: #6e98ac;
/* Tailwind (arbitrary) */
class="text-[#6e98ac] bg-[#6e98ac]"
/* SCSS */
$brand: #6e98ac;
/* SwiftUI */
Color(red: 0.431, green: 0.596, blue: 0.675)
/* Android */
Color.parseColor("#6e98ac")Accessibility — WCAG contrast
Aa
#6e98ac on white: 3.11:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#6e98ac on black: 6.75:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.1%
Green59.6%
Blue67.5%
CMYK percentages
Cyan36.0%
Magenta11.6%
Yellow0.0%
Key (black)32.5%
Color previews
#6e98ac text on a black background
contrast 6.75:1
Card sample
#6e98ac text on a white background
contrast 3.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6e98ac;
Background color
Panel with #6e98ac background
background-color: #6e98ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6e98ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(110, 152, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(110, 152, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6e98ac; background: linear-gradient(135deg, #6e98ac, #6E6FAC);