#0feefd
a balanced, electric cyan · cool · closest name: cyan
RGB
15, 238, 253
HSL
184°, 98%, 53%
CMYK
94, 6, 0, 1
Luminance
0.6834
Every format
| HEX | #0feefd |
| RGB | rgb(15, 238, 253) |
| HSL | hsl(184, 98%, 53%) |
| CMYK | cmyk(94%, 6%, 0%, 1%) |
| LAB | lab(86.2 -40.9 -20.5) |
| LCH | lch(86.2 45.7 206.6) |
| OKLCH | oklch(0.865 0.146 203.0) |
Copy-ready code
/* CSS */
color: #0feefd;
background-color: #0feefd;
/* Tailwind (arbitrary) */
class="text-[#0feefd] bg-[#0feefd]"
/* SCSS */
$brand: #0feefd;
/* SwiftUI */
Color(red: 0.059, green: 0.933, blue: 0.992)
/* Android */
Color.parseColor("#0feefd")Accessibility — WCAG contrast
Aa
#0feefd on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0feefd on black: 14.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.9%
Green93.3%
Blue99.2%
CMYK percentages
Cyan94.1%
Magenta5.9%
Yellow0.0%
Key (black)0.8%
Color previews
#0feefd text on a black background
contrast 14.67:1
Card sample
#0feefd text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0feefd;
Background color
Panel with #0feefd background
background-color: #0feefd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0feefd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(15, 238, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(15, 238, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0feefd; background: linear-gradient(135deg, #0feefd, #0F4FFD);