#6dfff8
a light, electric cyan · cool · closest name: cyan
RGB
109, 255, 248
HSL
177°, 100%, 71%
CMYK
57, 0, 3, 0
Luminance
0.8155
Every format
| HEX | #6dfff8 |
| RGB | rgb(109, 255, 248) |
| HSL | hsl(177, 100%, 71%) |
| CMYK | cmyk(57%, 0%, 3%, 0%) |
| LAB | lab(92.4 -40.6 -8.5) |
| LCH | lch(92.4 41.5 191.8) |
| OKLCH | oklch(0.919 0.126 190.8) |
Copy-ready code
/* CSS */
color: #6dfff8;
background-color: #6dfff8;
/* Tailwind (arbitrary) */
class="text-[#6dfff8] bg-[#6dfff8]"
/* SCSS */
$brand: #6dfff8;
/* SwiftUI */
Color(red: 0.427, green: 1.000, blue: 0.973)
/* Android */
Color.parseColor("#6dfff8")Accessibility — WCAG contrast
Aa
#6dfff8 on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6dfff8 on black: 17.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.7%
Green100.0%
Blue97.3%
CMYK percentages
Cyan57.3%
Magenta0.0%
Yellow2.7%
Key (black)0.0%
Color previews
#6dfff8 text on a black background
contrast 17.31:1
Card sample
#6dfff8 text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6dfff8;
Background color
Panel with #6dfff8 background
background-color: #6dfff8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6dfff8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(109, 255, 248, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(109, 255, 248, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6dfff8; background: linear-gradient(135deg, #6dfff8, #6DA5FF);