#0fd7fe
a balanced, electric cyan · cool · closest name: skyblue
RGB
15, 215, 254
HSL
190°, 99%, 53%
CMYK
94, 15, 0, 0
Luminance
0.5586
Every format
| HEX | #0fd7fe |
| RGB | rgb(15, 215, 254) |
| HSL | hsl(190, 99%, 53%) |
| CMYK | cmyk(94%, 15%, 0%, 0%) |
| LAB | lab(79.5 -29.8 -31.2) |
| LCH | lch(79.5 43.1 226.3) |
| OKLCH | oklch(0.811 0.144 217.4) |
Copy-ready code
/* CSS */
color: #0fd7fe;
background-color: #0fd7fe;
/* Tailwind (arbitrary) */
class="text-[#0fd7fe] bg-[#0fd7fe]"
/* SCSS */
$brand: #0fd7fe;
/* SwiftUI */
Color(red: 0.059, green: 0.843, blue: 0.996)
/* Android */
Color.parseColor("#0fd7fe")Accessibility — WCAG contrast
Aa
#0fd7fe on white: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0fd7fe on black: 12.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.9%
Green84.3%
Blue99.6%
CMYK percentages
Cyan94.1%
Magenta15.4%
Yellow0.0%
Key (black)0.4%
Color previews
#0fd7fe text on a black background
contrast 12.17:1
Card sample
#0fd7fe text on a white background
contrast 1.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0fd7fe;
Background color
Panel with #0fd7fe background
background-color: #0fd7fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0fd7fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(15, 215, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(15, 215, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0fd7fe; background: linear-gradient(135deg, #0fd7fe, #0F37FE);