#0fbafc
a balanced, electric cyan · cool · closest name: skyblue
RGB
15, 186, 252
HSL
197°, 98%, 52%
CMYK
94, 26, 0, 1
Luminance
0.4225
Every format
| HEX | #0fbafc |
| RGB | rgb(15, 186, 252) |
| HSL | hsl(197, 98%, 52%) |
| CMYK | cmyk(94%, 26%, 0%, 1%) |
| LAB | lab(71.0 -15.7 -43.3) |
| LCH | lch(71.0 46.0 250.1) |
| OKLCH | oklch(0.743 0.152 233.5) |
Copy-ready code
/* CSS */
color: #0fbafc;
background-color: #0fbafc;
/* Tailwind (arbitrary) */
class="text-[#0fbafc] bg-[#0fbafc]"
/* SCSS */
$brand: #0fbafc;
/* SwiftUI */
Color(red: 0.059, green: 0.729, blue: 0.988)
/* Android */
Color.parseColor("#0fbafc")Accessibility — WCAG contrast
Aa
#0fbafc on white: 2.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0fbafc on black: 9.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.9%
Green72.9%
Blue98.8%
CMYK percentages
Cyan94.0%
Magenta26.2%
Yellow0.0%
Key (black)1.2%
Color previews
#0fbafc text on a black background
contrast 9.45:1
Card sample
#0fbafc text on a white background
contrast 2.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0fbafc;
Background color
Panel with #0fbafc background
background-color: #0fbafc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0fbafc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(15, 186, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(15, 186, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0fbafc; background: linear-gradient(135deg, #0fbafc, #0F1CFC);