#6abcbf
a balanced, soft cyan · cool · closest name: skyblue
RGB
106, 188, 191
HSL
182°, 40%, 58%
CMYK
45, 2, 0, 25
Luminance
0.4279
Every format
| HEX | #6abcbf |
| RGB | rgb(106, 188, 191) |
| HSL | hsl(182, 40%, 58%) |
| CMYK | cmyk(45%, 2%, 0%, 25%) |
| LAB | lab(71.4 -24.2 -9.3) |
| LCH | lch(71.4 25.9 201.1) |
| OKLCH | oklch(0.744 0.080 198.6) |
Copy-ready code
/* CSS */
color: #6abcbf;
background-color: #6abcbf;
/* Tailwind (arbitrary) */
class="text-[#6abcbf] bg-[#6abcbf]"
/* SCSS */
$brand: #6abcbf;
/* SwiftUI */
Color(red: 0.416, green: 0.737, blue: 0.749)
/* Android */
Color.parseColor("#6abcbf")Accessibility — WCAG contrast
Aa
#6abcbf on white: 2.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6abcbf on black: 9.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.6%
Green73.7%
Blue74.9%
CMYK percentages
Cyan44.5%
Magenta1.6%
Yellow0.0%
Key (black)25.1%
Color previews
#6abcbf text on a black background
contrast 9.56:1
Card sample
#6abcbf text on a white background
contrast 2.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6abcbf;
Background color
Panel with #6abcbf background
background-color: #6abcbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6abcbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(106, 188, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(106, 188, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6abcbf; background: linear-gradient(135deg, #6abcbf, #6A83BF);