#6adebe
a balanced, vivid cyan · cool · closest name: turquoise
RGB
106, 222, 190
HSL
163°, 64%, 64%
CMYK
52, 0, 14, 13
Luminance
0.5902
Every format
| HEX | #6adebe |
| RGB | rgb(106, 222, 190) |
| HSL | hsl(163, 64%, 64%) |
| CMYK | cmyk(52%, 0%, 14%, 13%) |
| LAB | lab(81.3 -40.5 5.7) |
| LCH | lch(81.3 40.9 172.0) |
| OKLCH | oklch(0.824 0.116 172.8) |
Copy-ready code
/* CSS */
color: #6adebe;
background-color: #6adebe;
/* Tailwind (arbitrary) */
class="text-[#6adebe] bg-[#6adebe]"
/* SCSS */
$brand: #6adebe;
/* SwiftUI */
Color(red: 0.416, green: 0.871, blue: 0.745)
/* Android */
Color.parseColor("#6adebe")Accessibility — WCAG contrast
Aa
#6adebe on white: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6adebe on black: 12.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.6%
Green87.1%
Blue74.5%
CMYK percentages
Cyan52.3%
Magenta0.0%
Yellow14.4%
Key (black)12.9%
Color previews
#6adebe text on a black background
contrast 12.80:1
Card sample
#6adebe text on a white background
contrast 1.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6adebe;
Background color
Panel with #6adebe background
background-color: #6adebe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6adebe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(106, 222, 190, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(106, 222, 190, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6adebe; background: linear-gradient(135deg, #6adebe, #6AB1DE);