#6aefd6
a light, electric cyan · cool · closest name: turquoise
RGB
106, 239, 214
HSL
169°, 81%, 68%
CMYK
56, 0, 11, 6
Luminance
0.6965
Every format
| HEX | #6aefd6 |
| RGB | rgb(106, 239, 214) |
| HSL | hsl(169, 81%, 68%) |
| CMYK | cmyk(56%, 0%, 11%, 6%) |
| LAB | lab(86.8 -42.4 1.1) |
| LCH | lch(86.8 42.5 178.6) |
| OKLCH | oklch(0.871 0.123 179.0) |
Copy-ready code
/* CSS */
color: #6aefd6;
background-color: #6aefd6;
/* Tailwind (arbitrary) */
class="text-[#6aefd6] bg-[#6aefd6]"
/* SCSS */
$brand: #6aefd6;
/* SwiftUI */
Color(red: 0.416, green: 0.937, blue: 0.839)
/* Android */
Color.parseColor("#6aefd6")Accessibility — WCAG contrast
Aa
#6aefd6 on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6aefd6 on black: 14.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.6%
Green93.7%
Blue83.9%
CMYK percentages
Cyan55.6%
Magenta0.0%
Yellow10.5%
Key (black)6.3%
Color previews
#6aefd6 text on a black background
contrast 14.93:1
Card sample
#6aefd6 text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6aefd6;
Background color
Panel with #6aefd6 background
background-color: #6aefd6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6aefd6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(106, 239, 214, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(106, 239, 214, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6aefd6; background: linear-gradient(135deg, #6aefd6, #6AAFEF);