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