#0bcdfb
a balanced, electric cyan · cool · closest name: skyblue
RGB
11, 205, 251
HSL
192°, 97%, 51%
CMYK
96, 18, 0, 2
Luminance
0.5070
Every format
| HEX | #0bcdfb |
| RGB | rgb(11, 205, 251) |
| HSL | hsl(192, 97%, 51%) |
| CMYK | cmyk(96%, 18%, 0%, 2%) |
| LAB | lab(76.5 -25.9 -34.3) |
| LCH | lch(76.5 43.0 232.9) |
| OKLCH | oklch(0.787 0.144 221.9) |
Copy-ready code
/* CSS */
color: #0bcdfb;
background-color: #0bcdfb;
/* Tailwind (arbitrary) */
class="text-[#0bcdfb] bg-[#0bcdfb]"
/* SCSS */
$brand: #0bcdfb;
/* SwiftUI */
Color(red: 0.043, green: 0.804, blue: 0.984)
/* Android */
Color.parseColor("#0bcdfb")Accessibility — WCAG contrast
Aa
#0bcdfb on white: 1.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0bcdfb on black: 11.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.3%
Green80.4%
Blue98.4%
CMYK percentages
Cyan95.6%
Magenta18.3%
Yellow0.0%
Key (black)1.6%
Color previews
#0bcdfb text on a black background
contrast 11.14:1
Card sample
#0bcdfb text on a white background
contrast 1.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0bcdfb;
Background color
Panel with #0bcdfb background
background-color: #0bcdfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0bcdfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(11, 205, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(11, 205, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0bcdfb; background: linear-gradient(135deg, #0bcdfb, #0B2DFB);