#10fefc
a balanced, electric cyan · cool · “cyan”
RGB
16, 254, 252
HSL
180°, 99%, 53%
CMYK
94, 0, 1, 0
Luminance
0.7802
Every format
| HEX | #10fefc |
| RGB | rgb(16, 254, 252) |
| HSL | hsl(180, 99%, 53%) |
| CMYK | cmyk(94%, 0%, 1%, 0%) |
| LAB | lab(90.8 -48.2 -13.1) |
| LCH | lch(90.8 49.9 195.2) |
| OKLCH | oklch(0.903 0.153 193.8) |
Copy-ready code
/* CSS */
color: #10fefc;
background-color: #10fefc;
/* Tailwind (arbitrary) */
class="text-[#10fefc] bg-[#10fefc]"
/* SCSS */
$brand: #10fefc;
/* SwiftUI */
Color(red: 0.063, green: 0.996, blue: 0.988)
/* Android */
Color.parseColor("#10fefc")Accessibility — WCAG contrast
Aa
#10fefc on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#10fefc on black: 16.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.3%
Green99.6%
Blue98.8%
CMYK percentages
Cyan93.7%
Magenta0.0%
Yellow0.8%
Key (black)0.4%
Color previews
#10fefc text on a black background
contrast 16.60:1
Card sample
#10fefc text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #10fefc;
Background color
Panel with #10fefc background
background-color: #10fefc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #10fefc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(16, 254, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(16, 254, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #10fefc; background: linear-gradient(135deg, #10fefc, #1061FE);