#0bdcfd
a balanced, electric cyan · cool · closest name: skyblue
RGB
11, 220, 253
HSL
188°, 98%, 52%
CMYK
96, 13, 0, 1
Luminance
0.5835
Every format
| HEX | #0bdcfd |
| RGB | rgb(11, 220, 253) |
| HSL | hsl(188, 98%, 52%) |
| CMYK | cmyk(96%, 13%, 0%, 1%) |
| LAB | lab(80.9 -32.6 -28.5) |
| LCH | lch(80.9 43.3 221.1) |
| OKLCH | oklch(0.823 0.143 213.7) |
Copy-ready code
/* CSS */
color: #0bdcfd;
background-color: #0bdcfd;
/* Tailwind (arbitrary) */
class="text-[#0bdcfd] bg-[#0bdcfd]"
/* SCSS */
$brand: #0bdcfd;
/* SwiftUI */
Color(red: 0.043, green: 0.863, blue: 0.992)
/* Android */
Color.parseColor("#0bdcfd")Accessibility — WCAG contrast
Aa
#0bdcfd on white: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0bdcfd on black: 12.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.3%
Green86.3%
Blue99.2%
CMYK percentages
Cyan95.7%
Magenta13.0%
Yellow0.0%
Key (black)0.8%
Color previews
#0bdcfd text on a black background
contrast 12.67:1
Card sample
#0bdcfd text on a white background
contrast 1.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0bdcfd;
Background color
Panel with #0bdcfd background
background-color: #0bdcfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0bdcfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(11, 220, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(11, 220, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0bdcfd; background: linear-gradient(135deg, #0bdcfd, #0B3BFD);