#5ffaf3
a light, electric cyan · cool · closest name: cyan
RGB
95, 250, 243
HSL
177°, 94%, 68%
CMYK
62, 0, 3, 2
Luminance
0.7728
Every format
| HEX | #5ffaf3 |
| RGB | rgb(95, 250, 243) |
| HSL | hsl(177, 94%, 68%) |
| CMYK | cmyk(62%, 0%, 3%, 2%) |
| LAB | lab(90.5 -42.0 -8.8) |
| LCH | lch(90.5 42.9 191.8) |
| OKLCH | oklch(0.902 0.130 190.9) |
Copy-ready code
/* CSS */
color: #5ffaf3;
background-color: #5ffaf3;
/* Tailwind (arbitrary) */
class="text-[#5ffaf3] bg-[#5ffaf3]"
/* SCSS */
$brand: #5ffaf3;
/* SwiftUI */
Color(red: 0.373, green: 0.980, blue: 0.953)
/* Android */
Color.parseColor("#5ffaf3")Accessibility — WCAG contrast
Aa
#5ffaf3 on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5ffaf3 on black: 16.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.3%
Green98.0%
Blue95.3%
CMYK percentages
Cyan62.0%
Magenta0.0%
Yellow2.8%
Key (black)2.0%
Color previews
#5ffaf3 text on a black background
contrast 16.46:1
Card sample
#5ffaf3 text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5ffaf3;
Background color
Panel with #5ffaf3 background
background-color: #5ffaf3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5ffaf3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(95, 250, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(95, 250, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5ffaf3; background: linear-gradient(135deg, #5ffaf3, #5F9AFA);