#6ab9b9
a balanced, soft cyan · cool · closest name: skyblue
RGB
106, 185, 185
HSL
180°, 36%, 57%
CMYK
43, 0, 0, 28
Luminance
0.4126
Every format
| HEX | #6ab9b9 |
| RGB | rgb(106, 185, 185) |
| HSL | hsl(180, 36%, 57%) |
| CMYK | cmyk(43%, 0%, 0%, 28%) |
| LAB | lab(70.4 -24.2 -7.6) |
| LCH | lch(70.4 25.4 197.4) |
| OKLCH | oklch(0.735 0.078 195.6) |
Copy-ready code
/* CSS */
color: #6ab9b9;
background-color: #6ab9b9;
/* Tailwind (arbitrary) */
class="text-[#6ab9b9] bg-[#6ab9b9]"
/* SCSS */
$brand: #6ab9b9;
/* SwiftUI */
Color(red: 0.416, green: 0.725, blue: 0.725)
/* Android */
Color.parseColor("#6ab9b9")Accessibility — WCAG contrast
Aa
#6ab9b9 on white: 2.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6ab9b9 on black: 9.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.6%
Green72.5%
Blue72.5%
CMYK percentages
Cyan42.7%
Magenta0.0%
Yellow0.0%
Key (black)27.5%
Color previews
#6ab9b9 text on a black background
contrast 9.25:1
Card sample
#6ab9b9 text on a white background
contrast 2.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6ab9b9;
Background color
Panel with #6ab9b9 background
background-color: #6ab9b9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6ab9b9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(106, 185, 185, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(106, 185, 185, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6ab9b9; background: linear-gradient(135deg, #6ab9b9, #6A84B9);