#0fefff
a balanced, electric cyan · cool · closest name: cyan
RGB
15, 239, 255
HSL
184°, 100%, 53%
CMYK
94, 6, 0, 0
Luminance
0.6905
Every format
| HEX | #0fefff |
| RGB | rgb(15, 239, 255) |
| HSL | hsl(184, 100%, 53%) |
| CMYK | cmyk(94%, 6%, 0%, 0%) |
| LAB | lab(86.5 -40.7 -21.0) |
| LCH | lch(86.5 45.8 207.3) |
| OKLCH | oklch(0.868 0.147 203.5) |
Copy-ready code
/* CSS */
color: #0fefff;
background-color: #0fefff;
/* Tailwind (arbitrary) */
class="text-[#0fefff] bg-[#0fefff]"
/* SCSS */
$brand: #0fefff;
/* SwiftUI */
Color(red: 0.059, green: 0.937, blue: 1.000)
/* Android */
Color.parseColor("#0fefff")Accessibility — WCAG contrast
Aa
#0fefff on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0fefff on black: 14.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.9%
Green93.7%
Blue100.0%
CMYK percentages
Cyan94.1%
Magenta6.3%
Yellow0.0%
Key (black)0.0%
Color previews
#0fefff text on a black background
contrast 14.81:1
Card sample
#0fefff text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0fefff;
Background color
Panel with #0fefff background
background-color: #0fefff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0fefff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(15, 239, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(15, 239, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0fefff; background: linear-gradient(135deg, #0fefff, #0F4FFF);