#0bafd8
a dark, electric cyan · cool · closest name: skyblue
RGB
11, 175, 216
HSL
192°, 90%, 45%
CMYK
95, 19, 0, 15
Luminance
0.3569
Every format
| HEX | #0bafd8 |
| RGB | rgb(11, 175, 216) |
| HSL | hsl(192, 90%, 45%) |
| CMYK | cmyk(95%, 19%, 0%, 15%) |
| LAB | lab(66.3 -22.5 -31.1) |
| LCH | lch(66.3 38.4 234.1) |
| OKLCH | oklch(0.700 0.129 222.7) |
Copy-ready code
/* CSS */
color: #0bafd8;
background-color: #0bafd8;
/* Tailwind (arbitrary) */
class="text-[#0bafd8] bg-[#0bafd8]"
/* SCSS */
$brand: #0bafd8;
/* SwiftUI */
Color(red: 0.043, green: 0.686, blue: 0.847)
/* Android */
Color.parseColor("#0bafd8")Accessibility — WCAG contrast
Aa
#0bafd8 on white: 2.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0bafd8 on black: 8.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.3%
Green68.6%
Blue84.7%
CMYK percentages
Cyan94.9%
Magenta19.0%
Yellow0.0%
Key (black)15.3%
Color previews
#0bafd8 text on a black background
contrast 8.14:1
Card sample
#0bafd8 text on a white background
contrast 2.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0bafd8;
Background color
Panel with #0bafd8 background
background-color: #0bafd8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0bafd8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(11, 175, 216, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(11, 175, 216, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0bafd8; background: linear-gradient(135deg, #0bafd8, #0B26D8);