#10fef0
a balanced, electric cyan · cool · closest name: cyan
RGB
16, 254, 240
HSL
177°, 99%, 53%
CMYK
94, 0, 6, 0
Luminance
0.7729
Every format
| HEX | #10fef0 |
| RGB | rgb(16, 254, 240) |
| HSL | hsl(177, 99%, 53%) |
| CMYK | cmyk(94%, 0%, 6%, 0%) |
| LAB | lab(90.5 -51.5 -7.3) |
| LCH | lch(90.5 52.1 188.1) |
| OKLCH | oklch(0.899 0.155 187.7) |
Copy-ready code
/* CSS */
color: #10fef0;
background-color: #10fef0;
/* Tailwind (arbitrary) */
class="text-[#10fef0] bg-[#10fef0]"
/* SCSS */
$brand: #10fef0;
/* SwiftUI */
Color(red: 0.063, green: 0.996, blue: 0.941)
/* Android */
Color.parseColor("#10fef0")Accessibility — WCAG contrast
Aa
#10fef0 on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#10fef0 on black: 16.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.3%
Green99.6%
Blue94.1%
CMYK percentages
Cyan93.7%
Magenta0.0%
Yellow5.5%
Key (black)0.4%
Color previews
#10fef0 text on a black background
contrast 16.46:1
Card sample
#10fef0 text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #10fef0;
Background color
Panel with #10fef0 background
background-color: #10fef0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #10fef0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(16, 254, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(16, 254, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #10fef0; background: linear-gradient(135deg, #10fef0, #106DFE);