#0fecfe
a balanced, electric cyan · cool · closest name: cyan
RGB
15, 236, 254
HSL
185°, 99%, 53%
CMYK
94, 7, 0, 0
Luminance
0.6725
Every format
| HEX | #0fecfe |
| RGB | rgb(15, 236, 254) |
| HSL | hsl(185, 99%, 53%) |
| CMYK | cmyk(94%, 7%, 0%, 0%) |
| LAB | lab(85.6 -39.7 -21.9) |
| LCH | lch(85.6 45.3 208.9) |
| OKLCH | oklch(0.861 0.146 204.7) |
Copy-ready code
/* CSS */
color: #0fecfe;
background-color: #0fecfe;
/* Tailwind (arbitrary) */
class="text-[#0fecfe] bg-[#0fecfe]"
/* SCSS */
$brand: #0fecfe;
/* SwiftUI */
Color(red: 0.059, green: 0.925, blue: 0.996)
/* Android */
Color.parseColor("#0fecfe")Accessibility — WCAG contrast
Aa
#0fecfe on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0fecfe on black: 14.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.9%
Green92.5%
Blue99.6%
CMYK percentages
Cyan94.1%
Magenta7.1%
Yellow0.0%
Key (black)0.4%
Color previews
#0fecfe text on a black background
contrast 14.45:1
Card sample
#0fecfe text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0fecfe;
Background color
Panel with #0fecfe background
background-color: #0fecfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0fecfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(15, 236, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(15, 236, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0fecfe; background: linear-gradient(135deg, #0fecfe, #0F4DFE);