#10fade
a balanced, electric cyan · cool · closest name: turquoise
RGB
16, 250, 222
HSL
173°, 96%, 52%
CMYK
94, 0, 11, 2
Luminance
0.7376
Every format
| HEX | #10fade |
| RGB | rgb(16, 250, 222) |
| HSL | hsl(173, 96%, 52%) |
| CMYK | cmyk(94%, 0%, 11%, 2%) |
| LAB | lab(88.8 -54.7 -0.4) |
| LCH | lch(88.8 54.7 180.4) |
| OKLCH | oklch(0.884 0.158 180.7) |
Copy-ready code
/* CSS */
color: #10fade;
background-color: #10fade;
/* Tailwind (arbitrary) */
class="text-[#10fade] bg-[#10fade]"
/* SCSS */
$brand: #10fade;
/* SwiftUI */
Color(red: 0.063, green: 0.980, blue: 0.871)
/* Android */
Color.parseColor("#10fade")Accessibility — WCAG contrast
Aa
#10fade on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#10fade on black: 15.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.3%
Green98.0%
Blue87.1%
CMYK percentages
Cyan93.6%
Magenta0.0%
Yellow11.2%
Key (black)2.0%
Color previews
#10fade text on a black background
contrast 15.75:1
Card sample
#10fade text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #10fade;
Background color
Panel with #10fade background
background-color: #10fade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #10fade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(16, 250, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(16, 250, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #10fade; background: linear-gradient(135deg, #10fade, #107AFA);