#6afeed
a light, electric cyan · cool · closest name: turquoise
RGB
106, 254, 237
HSL
173°, 99%, 71%
CMYK
58, 0, 7, 0
Luminance
0.8006
Every format
| HEX | #6afeed |
| RGB | rgb(106, 254, 237) |
| HSL | hsl(173, 99%, 71%) |
| CMYK | cmyk(58%, 0%, 7%, 0%) |
| LAB | lab(91.7 -43.5 -3.8) |
| LCH | lch(91.7 43.6 184.9) |
| OKLCH | oklch(0.913 0.129 184.8) |
Copy-ready code
/* CSS */
color: #6afeed;
background-color: #6afeed;
/* Tailwind (arbitrary) */
class="text-[#6afeed] bg-[#6afeed]"
/* SCSS */
$brand: #6afeed;
/* SwiftUI */
Color(red: 0.416, green: 0.996, blue: 0.929)
/* Android */
Color.parseColor("#6afeed")Accessibility — WCAG contrast
Aa
#6afeed on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6afeed on black: 17.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.6%
Green99.6%
Blue92.9%
CMYK percentages
Cyan58.3%
Magenta0.0%
Yellow6.7%
Key (black)0.4%
Color previews
#6afeed text on a black background
contrast 17.01:1
Card sample
#6afeed text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6afeed;
Background color
Panel with #6afeed background
background-color: #6afeed;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6afeed;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(106, 254, 237, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(106, 254, 237, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6afeed; background: linear-gradient(135deg, #6afeed, #6AACFE);