#0fcfff
a balanced, electric cyan · cool · closest name: skyblue
RGB
15, 207, 255
HSL
192°, 100%, 53%
CMYK
94, 19, 0, 0
Luminance
0.5195
Every format
| HEX | #0fcfff |
| RGB | rgb(15, 207, 255) |
| HSL | hsl(192, 100%, 53%) |
| CMYK | cmyk(94%, 19%, 0%, 0%) |
| LAB | lab(77.3 -25.5 -35.2) |
| LCH | lch(77.3 43.5 234.1) |
| OKLCH | oklch(0.793 0.146 222.7) |
Copy-ready code
/* CSS */
color: #0fcfff;
background-color: #0fcfff;
/* Tailwind (arbitrary) */
class="text-[#0fcfff] bg-[#0fcfff]"
/* SCSS */
$brand: #0fcfff;
/* SwiftUI */
Color(red: 0.059, green: 0.812, blue: 1.000)
/* Android */
Color.parseColor("#0fcfff")Accessibility — WCAG contrast
Aa
#0fcfff on white: 1.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0fcfff on black: 11.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.9%
Green81.2%
Blue100.0%
CMYK percentages
Cyan94.1%
Magenta18.8%
Yellow0.0%
Key (black)0.0%
Color previews
#0fcfff text on a black background
contrast 11.39:1
Card sample
#0fcfff text on a white background
contrast 1.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0fcfff;
Background color
Panel with #0fcfff background
background-color: #0fcfff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0fcfff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(15, 207, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(15, 207, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0fcfff; background: linear-gradient(135deg, #0fcfff, #0F2FFF);