#6ffaf5
a light, electric cyan · cool · closest name: cyan
RGB
111, 250, 245
HSL
178°, 93%, 71%
CMYK
56, 0, 2, 2
Luminance
0.7834
Every format
| HEX | #6ffaf5 |
| RGB | rgb(111, 250, 245) |
| HSL | hsl(178, 93%, 71%) |
| CMYK | cmyk(56%, 0%, 2%, 2%) |
| LAB | lab(90.9 -38.7 -9.0) |
| LCH | lch(90.9 39.8 193.1) |
| OKLCH | oklch(0.907 0.121 192.0) |
Copy-ready code
/* CSS */
color: #6ffaf5;
background-color: #6ffaf5;
/* Tailwind (arbitrary) */
class="text-[#6ffaf5] bg-[#6ffaf5]"
/* SCSS */
$brand: #6ffaf5;
/* SwiftUI */
Color(red: 0.435, green: 0.980, blue: 0.961)
/* Android */
Color.parseColor("#6ffaf5")Accessibility — WCAG contrast
Aa
#6ffaf5 on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6ffaf5 on black: 16.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.5%
Green98.0%
Blue96.1%
CMYK percentages
Cyan55.6%
Magenta0.0%
Yellow2.0%
Key (black)2.0%
Color previews
#6ffaf5 text on a black background
contrast 16.67:1
Card sample
#6ffaf5 text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6ffaf5;
Background color
Panel with #6ffaf5 background
background-color: #6ffaf5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6ffaf5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(111, 250, 245, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(111, 250, 245, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6ffaf5; background: linear-gradient(135deg, #6ffaf5, #6FA2FA);