#0bafdf
a balanced, electric cyan · cool · closest name: skyblue
RGB
11, 175, 223
HSL
194°, 91%, 46%
CMYK
95, 22, 0, 13
Luminance
0.3606
Every format
| HEX | #0bafdf |
| RGB | rgb(11, 175, 223) |
| HSL | hsl(194, 91%, 46%) |
| CMYK | cmyk(95%, 22%, 0%, 13%) |
| LAB | lab(66.6 -20.1 -34.5) |
| LCH | lch(66.6 39.9 239.7) |
| OKLCH | oklch(0.703 0.134 226.6) |
Copy-ready code
/* CSS */
color: #0bafdf;
background-color: #0bafdf;
/* Tailwind (arbitrary) */
class="text-[#0bafdf] bg-[#0bafdf]"
/* SCSS */
$brand: #0bafdf;
/* SwiftUI */
Color(red: 0.043, green: 0.686, blue: 0.875)
/* Android */
Color.parseColor("#0bafdf")Accessibility — WCAG contrast
Aa
#0bafdf on white: 2.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0bafdf on black: 8.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.3%
Green68.6%
Blue87.5%
CMYK percentages
Cyan95.1%
Magenta21.5%
Yellow0.0%
Key (black)12.5%
Color previews
#0bafdf text on a black background
contrast 8.21:1
Card sample
#0bafdf text on a white background
contrast 2.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0bafdf;
Background color
Panel with #0bafdf background
background-color: #0bafdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0bafdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(11, 175, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(11, 175, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0bafdf; background: linear-gradient(135deg, #0bafdf, #0B22DF);