#6cfeee
a light, electric cyan · cool · closest name: turquoise
RGB
108, 254, 238
HSL
173°, 99%, 71%
CMYK
58, 0, 6, 0
Luminance
0.8024
Every format
| HEX | #6cfeee |
| RGB | rgb(108, 254, 238) |
| HSL | hsl(173, 99%, 71%) |
| CMYK | cmyk(58%, 0%, 6%, 0%) |
| LAB | lab(91.8 -42.9 -4.2) |
| LCH | lch(91.8 43.0 185.5) |
| OKLCH | oklch(0.913 0.128 185.3) |
Copy-ready code
/* CSS */
color: #6cfeee;
background-color: #6cfeee;
/* Tailwind (arbitrary) */
class="text-[#6cfeee] bg-[#6cfeee]"
/* SCSS */
$brand: #6cfeee;
/* SwiftUI */
Color(red: 0.424, green: 0.996, blue: 0.933)
/* Android */
Color.parseColor("#6cfeee")Accessibility — WCAG contrast
Aa
#6cfeee on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6cfeee on black: 17.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.4%
Green99.6%
Blue93.3%
CMYK percentages
Cyan57.5%
Magenta0.0%
Yellow6.3%
Key (black)0.4%
Color previews
#6cfeee text on a black background
contrast 17.05:1
Card sample
#6cfeee text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6cfeee;
Background color
Panel with #6cfeee background
background-color: #6cfeee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6cfeee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(108, 254, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(108, 254, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6cfeee; background: linear-gradient(135deg, #6cfeee, #6CADFE);