#6afdef
a light, electric cyan · cool · closest name: turquoise
RGB
106, 253, 239
HSL
174°, 97%, 70%
CMYK
58, 0, 6, 1
Luminance
0.7955
Every format
| HEX | #6afdef |
| RGB | rgb(106, 253, 239) |
| HSL | hsl(174, 97%, 70%) |
| CMYK | cmyk(58%, 0%, 6%, 1%) |
| LAB | lab(91.5 -42.5 -5.1) |
| LCH | lch(91.5 42.8 186.9) |
| OKLCH | oklch(0.911 0.127 186.6) |
Copy-ready code
/* CSS */
color: #6afdef;
background-color: #6afdef;
/* Tailwind (arbitrary) */
class="text-[#6afdef] bg-[#6afdef]"
/* SCSS */
$brand: #6afdef;
/* SwiftUI */
Color(red: 0.416, green: 0.992, blue: 0.937)
/* Android */
Color.parseColor("#6afdef")Accessibility — WCAG contrast
Aa
#6afdef on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6afdef on black: 16.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.6%
Green99.2%
Blue93.7%
CMYK percentages
Cyan58.1%
Magenta0.0%
Yellow5.5%
Key (black)0.8%
Color previews
#6afdef text on a black background
contrast 16.91:1
Card sample
#6afdef text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6afdef;
Background color
Panel with #6afdef background
background-color: #6afdef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6afdef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(106, 253, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(106, 253, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6afdef; background: linear-gradient(135deg, #6afdef, #6AA9FD);