#0fccfd
a balanced, electric cyan · cool · closest name: skyblue
RGB
15, 204, 253
HSL
192°, 98%, 53%
CMYK
94, 19, 0, 1
Luminance
0.5038
Every format
| HEX | #0fccfd |
| RGB | rgb(15, 204, 253) |
| HSL | hsl(192, 98%, 53%) |
| CMYK | cmyk(94%, 19%, 0%, 1%) |
| LAB | lab(76.3 -24.7 -35.6) |
| LCH | lch(76.3 43.3 235.3) |
| OKLCH | oklch(0.785 0.145 223.6) |
Copy-ready code
/* CSS */
color: #0fccfd;
background-color: #0fccfd;
/* Tailwind (arbitrary) */
class="text-[#0fccfd] bg-[#0fccfd]"
/* SCSS */
$brand: #0fccfd;
/* SwiftUI */
Color(red: 0.059, green: 0.800, blue: 0.992)
/* Android */
Color.parseColor("#0fccfd")Accessibility — WCAG contrast
Aa
#0fccfd on white: 1.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0fccfd on black: 11.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.9%
Green80.0%
Blue99.2%
CMYK percentages
Cyan94.1%
Magenta19.4%
Yellow0.0%
Key (black)0.8%
Color previews
#0fccfd text on a black background
contrast 11.08:1
Card sample
#0fccfd text on a white background
contrast 1.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0fccfd;
Background color
Panel with #0fccfd background
background-color: #0fccfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0fccfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(15, 204, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(15, 204, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0fccfd; background: linear-gradient(135deg, #0fccfd, #0F2DFD);