#6dfefe
a light, electric cyan · cool · closest name: cyan
RGB
109, 254, 254
HSL
180°, 99%, 71%
CMYK
57, 0, 0, 0
Luminance
0.8129
Every format
| HEX | #6dfefe |
| RGB | rgb(109, 254, 254) |
| HSL | hsl(180, 99%, 71%) |
| CMYK | cmyk(57%, 0%, 0%, 0%) |
| LAB | lab(92.3 -38.6 -11.8) |
| LCH | lch(92.3 40.3 196.9) |
| OKLCH | oklch(0.919 0.124 195.2) |
Copy-ready code
/* CSS */
color: #6dfefe;
background-color: #6dfefe;
/* Tailwind (arbitrary) */
class="text-[#6dfefe] bg-[#6dfefe]"
/* SCSS */
$brand: #6dfefe;
/* SwiftUI */
Color(red: 0.427, green: 0.996, blue: 0.996)
/* Android */
Color.parseColor("#6dfefe")Accessibility — WCAG contrast
Aa
#6dfefe on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6dfefe on black: 17.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.7%
Green99.6%
Blue99.6%
CMYK percentages
Cyan57.1%
Magenta0.0%
Yellow0.0%
Key (black)0.4%
Color previews
#6dfefe text on a black background
contrast 17.26:1
Card sample
#6dfefe text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6dfefe;
Background color
Panel with #6dfefe background
background-color: #6dfefe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6dfefe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(109, 254, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(109, 254, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6dfefe; background: linear-gradient(135deg, #6dfefe, #6D9DFE);