#6ccace
a balanced, vivid cyan · cool · closest name: skyblue
RGB
108, 202, 206
HSL
182°, 50%, 62%
CMYK
48, 2, 0, 19
Luminance
0.4989
Every format
| HEX | #6ccace |
| RGB | rgb(108, 202, 206) |
| HSL | hsl(182, 50%, 62%) |
| CMYK | cmyk(48%, 2%, 0%, 19%) |
| LAB | lab(76.0 -26.8 -10.6) |
| LCH | lch(76.0 28.8 201.7) |
| OKLCH | oklch(0.783 0.089 199.1) |
Copy-ready code
/* CSS */
color: #6ccace;
background-color: #6ccace;
/* Tailwind (arbitrary) */
class="text-[#6ccace] bg-[#6ccace]"
/* SCSS */
$brand: #6ccace;
/* SwiftUI */
Color(red: 0.424, green: 0.792, blue: 0.808)
/* Android */
Color.parseColor("#6ccace")Accessibility — WCAG contrast
Aa
#6ccace on white: 1.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6ccace on black: 10.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.4%
Green79.2%
Blue80.8%
CMYK percentages
Cyan47.6%
Magenta1.9%
Yellow0.0%
Key (black)19.2%
Color previews
#6ccace text on a black background
contrast 10.98:1
Card sample
#6ccace text on a white background
contrast 1.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6ccace;
Background color
Panel with #6ccace background
background-color: #6ccace;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6ccace;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(108, 202, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(108, 202, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6ccace; background: linear-gradient(135deg, #6ccace, #6C89CE);