#6cfdf0
a light, electric cyan · cool · closest name: cyan
RGB
108, 253, 240
HSL
175°, 97%, 71%
CMYK
57, 0, 5, 1
Luminance
0.7973
Every format
| HEX | #6cfdf0 |
| RGB | rgb(108, 253, 240) |
| HSL | hsl(175, 97%, 71%) |
| CMYK | cmyk(57%, 0%, 5%, 1%) |
| LAB | lab(91.6 -41.9 -5.5) |
| LCH | lch(91.6 42.3 187.5) |
| OKLCH | oklch(0.912 0.126 187.1) |
Copy-ready code
/* CSS */
color: #6cfdf0;
background-color: #6cfdf0;
/* Tailwind (arbitrary) */
class="text-[#6cfdf0] bg-[#6cfdf0]"
/* SCSS */
$brand: #6cfdf0;
/* SwiftUI */
Color(red: 0.424, green: 0.992, blue: 0.941)
/* Android */
Color.parseColor("#6cfdf0")Accessibility — WCAG contrast
Aa
#6cfdf0 on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6cfdf0 on black: 16.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.4%
Green99.2%
Blue94.1%
CMYK percentages
Cyan57.3%
Magenta0.0%
Yellow5.1%
Key (black)0.8%
Color previews
#6cfdf0 text on a black background
contrast 16.95:1
Card sample
#6cfdf0 text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6cfdf0;
Background color
Panel with #6cfdf0 background
background-color: #6cfdf0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6cfdf0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(108, 253, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(108, 253, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6cfdf0; background: linear-gradient(135deg, #6cfdf0, #6CA9FD);