#0fc3fd
a balanced, electric cyan · cool · closest name: skyblue
RGB
15, 195, 253
HSL
195°, 98%, 53%
CMYK
94, 23, 0, 1
Luminance
0.4622
Every format
| HEX | #0fc3fd |
| RGB | rgb(15, 195, 253) |
| HSL | hsl(195, 98%, 53%) |
| CMYK | cmyk(94%, 23%, 0%, 1%) |
| LAB | lab(73.7 -20.1 -39.7) |
| LCH | lch(73.7 44.5 243.2) |
| OKLCH | oklch(0.764 0.149 228.9) |
Copy-ready code
/* CSS */
color: #0fc3fd;
background-color: #0fc3fd;
/* Tailwind (arbitrary) */
class="text-[#0fc3fd] bg-[#0fc3fd]"
/* SCSS */
$brand: #0fc3fd;
/* SwiftUI */
Color(red: 0.059, green: 0.765, blue: 0.992)
/* Android */
Color.parseColor("#0fc3fd")Accessibility — WCAG contrast
Aa
#0fc3fd on white: 2.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0fc3fd on black: 10.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.9%
Green76.5%
Blue99.2%
CMYK percentages
Cyan94.1%
Magenta22.9%
Yellow0.0%
Key (black)0.8%
Color previews
#0fc3fd text on a black background
contrast 10.24:1
Card sample
#0fc3fd text on a white background
contrast 2.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0fc3fd;
Background color
Panel with #0fc3fd background
background-color: #0fc3fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0fc3fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(15, 195, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(15, 195, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0fc3fd; background: linear-gradient(135deg, #0fc3fd, #0F24FD);