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