#6cfbfc
a light, electric cyan · cool · closest name: cyan
RGB
108, 251, 252
HSL
180°, 96%, 71%
CMYK
57, 0, 0, 1
Luminance
0.7921
Every format
| HEX | #6cfbfc |
| RGB | rgb(108, 251, 252) |
| HSL | hsl(180, 96%, 71%) |
| CMYK | cmyk(57%, 0%, 0%, 1%) |
| LAB | lab(91.3 -37.9 -12.1) |
| LCH | lch(91.3 39.8 197.7) |
| OKLCH | oklch(0.911 0.123 195.9) |
Copy-ready code
/* CSS */
color: #6cfbfc;
background-color: #6cfbfc;
/* Tailwind (arbitrary) */
class="text-[#6cfbfc] bg-[#6cfbfc]"
/* SCSS */
$brand: #6cfbfc;
/* SwiftUI */
Color(red: 0.424, green: 0.984, blue: 0.988)
/* Android */
Color.parseColor("#6cfbfc")Accessibility — WCAG contrast
Aa
#6cfbfc on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6cfbfc on black: 16.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.4%
Green98.4%
Blue98.8%
CMYK percentages
Cyan57.1%
Magenta0.4%
Yellow0.0%
Key (black)1.2%
Color previews
#6cfbfc text on a black background
contrast 16.84:1
Card sample
#6cfbfc text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6cfbfc;
Background color
Panel with #6cfbfc background
background-color: #6cfbfc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6cfbfc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(108, 251, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(108, 251, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6cfbfc; background: linear-gradient(135deg, #6cfbfc, #6C9BFC);