#6ffffc
a light, electric cyan · cool · closest name: cyan
RGB
111, 255, 252
HSL
179°, 100%, 72%
CMYK
57, 0, 1, 0
Luminance
0.8193
Every format
| HEX | #6ffffc |
| RGB | rgb(111, 255, 252) |
| HSL | hsl(179, 100%, 72%) |
| CMYK | cmyk(57%, 0%, 1%, 0%) |
| LAB | lab(92.5 -39.2 -10.3) |
| LCH | lch(92.5 40.5 194.7) |
| OKLCH | oklch(0.921 0.124 193.3) |
Copy-ready code
/* CSS */
color: #6ffffc;
background-color: #6ffffc;
/* Tailwind (arbitrary) */
class="text-[#6ffffc] bg-[#6ffffc]"
/* SCSS */
$brand: #6ffffc;
/* SwiftUI */
Color(red: 0.435, green: 1.000, blue: 0.988)
/* Android */
Color.parseColor("#6ffffc")Accessibility — WCAG contrast
Aa
#6ffffc on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6ffffc on black: 17.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.5%
Green100.0%
Blue98.8%
CMYK percentages
Cyan56.5%
Magenta0.0%
Yellow1.2%
Key (black)0.0%
Color previews
#6ffffc text on a black background
contrast 17.39:1
Card sample
#6ffffc text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6ffffc;
Background color
Panel with #6ffffc background
background-color: #6ffffc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6ffffc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(111, 255, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(111, 255, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6ffffc; background: linear-gradient(135deg, #6ffffc, #6FA2FF);