#0fdfff
a balanced, electric cyan · cool · closest name: skyblue
RGB
15, 223, 255
HSL
188°, 100%, 53%
CMYK
94, 13, 0, 0
Luminance
0.6010
Every format
| HEX | #0fdfff |
| RGB | rgb(15, 223, 255) |
| HSL | hsl(188, 100%, 53%) |
| CMYK | cmyk(94%, 13%, 0%, 0%) |
| LAB | lab(81.9 -33.3 -28.1) |
| LCH | lch(81.9 43.6 220.1) |
| OKLCH | oklch(0.831 0.144 213.0) |
Copy-ready code
/* CSS */
color: #0fdfff;
background-color: #0fdfff;
/* Tailwind (arbitrary) */
class="text-[#0fdfff] bg-[#0fdfff]"
/* SCSS */
$brand: #0fdfff;
/* SwiftUI */
Color(red: 0.059, green: 0.875, blue: 1.000)
/* Android */
Color.parseColor("#0fdfff")Accessibility — WCAG contrast
Aa
#0fdfff on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0fdfff on black: 13.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.9%
Green87.5%
Blue100.0%
CMYK percentages
Cyan94.1%
Magenta12.5%
Yellow0.0%
Key (black)0.0%
Color previews
#0fdfff text on a black background
contrast 13.02:1
Card sample
#0fdfff text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0fdfff;
Background color
Panel with #0fdfff background
background-color: #0fdfff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0fdfff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(15, 223, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(15, 223, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0fdfff; background: linear-gradient(135deg, #0fdfff, #0F3FFF);