#6cfbfe
a light, electric cyan · cool · closest name: cyan
RGB
108, 251, 254
HSL
181°, 99%, 71%
CMYK
58, 1, 0, 0
Luminance
0.7934
Every format
| HEX | #6cfbfe |
| RGB | rgb(108, 251, 254) |
| HSL | hsl(181, 99%, 71%) |
| CMYK | cmyk(58%, 1%, 0%, 0%) |
| LAB | lab(91.4 -37.4 -13.1) |
| LCH | lch(91.4 39.6 199.2) |
| OKLCH | oklch(0.912 0.123 197.1) |
Copy-ready code
/* CSS */
color: #6cfbfe;
background-color: #6cfbfe;
/* Tailwind (arbitrary) */
class="text-[#6cfbfe] bg-[#6cfbfe]"
/* SCSS */
$brand: #6cfbfe;
/* SwiftUI */
Color(red: 0.424, green: 0.984, blue: 0.996)
/* Android */
Color.parseColor("#6cfbfe")Accessibility — WCAG contrast
Aa
#6cfbfe on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6cfbfe on black: 16.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.4%
Green98.4%
Blue99.6%
CMYK percentages
Cyan57.5%
Magenta1.2%
Yellow0.0%
Key (black)0.4%
Color previews
#6cfbfe text on a black background
contrast 16.87:1
Card sample
#6cfbfe text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6cfbfe;
Background color
Panel with #6cfbfe background
background-color: #6cfbfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6cfbfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(108, 251, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(108, 251, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6cfbfe; background: linear-gradient(135deg, #6cfbfe, #6C9AFE);