#6cabbf
a balanced, soft cyan · cool · closest name: skyblue
RGB
108, 171, 191
HSL
195°, 39%, 59%
CMYK
44, 11, 0, 25
Luminance
0.3608
Every format
| HEX | #6cabbf |
| RGB | rgb(108, 171, 191) |
| HSL | hsl(195, 39%, 59%) |
| CMYK | cmyk(44%, 11%, 0%, 25%) |
| LAB | lab(66.6 -14.9 -16.6) |
| LCH | lch(66.6 22.3 228.0) |
| OKLCH | oklch(0.706 0.071 220.1) |
Copy-ready code
/* CSS */
color: #6cabbf;
background-color: #6cabbf;
/* Tailwind (arbitrary) */
class="text-[#6cabbf] bg-[#6cabbf]"
/* SCSS */
$brand: #6cabbf;
/* SwiftUI */
Color(red: 0.424, green: 0.671, blue: 0.749)
/* Android */
Color.parseColor("#6cabbf")Accessibility — WCAG contrast
Aa
#6cabbf on white: 2.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6cabbf on black: 8.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.4%
Green67.1%
Blue74.9%
CMYK percentages
Cyan43.5%
Magenta10.5%
Yellow0.0%
Key (black)25.1%
Color previews
#6cabbf text on a black background
contrast 8.22:1
Card sample
#6cabbf text on a white background
contrast 2.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6cabbf;
Background color
Panel with #6cabbf background
background-color: #6cabbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6cabbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(108, 171, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(108, 171, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6cabbf; background: linear-gradient(135deg, #6cabbf, #6C74BF);