#6afef1
a light, electric cyan · cool · closest name: cyan
RGB
106, 254, 241
HSL
175°, 99%, 71%
CMYK
58, 0, 5, 0
Luminance
0.8030
Every format
| HEX | #6afef1 |
| RGB | rgb(106, 254, 241) |
| HSL | hsl(175, 99%, 71%) |
| CMYK | cmyk(58%, 0%, 5%, 0%) |
| LAB | lab(91.8 -42.5 -5.7) |
| LCH | lch(91.8 42.8 187.6) |
| OKLCH | oklch(0.914 0.128 187.2) |
Copy-ready code
/* CSS */
color: #6afef1;
background-color: #6afef1;
/* Tailwind (arbitrary) */
class="text-[#6afef1] bg-[#6afef1]"
/* SCSS */
$brand: #6afef1;
/* SwiftUI */
Color(red: 0.416, green: 0.996, blue: 0.945)
/* Android */
Color.parseColor("#6afef1")Accessibility — WCAG contrast
Aa
#6afef1 on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6afef1 on black: 17.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.6%
Green99.6%
Blue94.5%
CMYK percentages
Cyan58.3%
Magenta0.0%
Yellow5.1%
Key (black)0.4%
Color previews
#6afef1 text on a black background
contrast 17.06:1
Card sample
#6afef1 text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6afef1;
Background color
Panel with #6afef1 background
background-color: #6afef1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6afef1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(106, 254, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(106, 254, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6afef1; background: linear-gradient(135deg, #6afef1, #6AA8FE);