#0fbafd
a balanced, electric cyan · cool · closest name: skyblue
RGB
15, 186, 253
HSL
197°, 98%, 53%
CMYK
94, 27, 0, 1
Luminance
0.4231
Every format
| HEX | #0fbafd |
| RGB | rgb(15, 186, 253) |
| HSL | hsl(197, 98%, 53%) |
| CMYK | cmyk(94%, 27%, 0%, 1%) |
| LAB | lab(71.1 -15.3 -43.8) |
| LCH | lch(71.1 46.4 250.7) |
| OKLCH | oklch(0.744 0.153 233.9) |
Copy-ready code
/* CSS */
color: #0fbafd;
background-color: #0fbafd;
/* Tailwind (arbitrary) */
class="text-[#0fbafd] bg-[#0fbafd]"
/* SCSS */
$brand: #0fbafd;
/* SwiftUI */
Color(red: 0.059, green: 0.729, blue: 0.992)
/* Android */
Color.parseColor("#0fbafd")Accessibility — WCAG contrast
Aa
#0fbafd on white: 2.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0fbafd on black: 9.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.9%
Green72.9%
Blue99.2%
CMYK percentages
Cyan94.1%
Magenta26.5%
Yellow0.0%
Key (black)0.8%
Color previews
#0fbafd text on a black background
contrast 9.46:1
Card sample
#0fbafd text on a white background
contrast 2.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0fbafd;
Background color
Panel with #0fbafd background
background-color: #0fbafd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0fbafd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(15, 186, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(15, 186, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0fbafd; background: linear-gradient(135deg, #0fbafd, #0F1BFD);