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