#0bceee
a balanced, electric cyan · cool · closest name: skyblue
RGB
11, 206, 238
HSL
189°, 91%, 49%
CMYK
95, 13, 0, 7
Luminance
0.5039
Every format
| HEX | #0bceee |
| RGB | rgb(11, 206, 238) |
| HSL | hsl(189, 91%, 49%) |
| CMYK | cmyk(95%, 13%, 0%, 7%) |
| LAB | lab(76.3 -30.7 -27.6) |
| LCH | lch(76.3 41.3 221.9) |
| OKLCH | oklch(0.783 0.137 214.3) |
Copy-ready code
/* CSS */
color: #0bceee;
background-color: #0bceee;
/* Tailwind (arbitrary) */
class="text-[#0bceee] bg-[#0bceee]"
/* SCSS */
$brand: #0bceee;
/* SwiftUI */
Color(red: 0.043, green: 0.808, blue: 0.933)
/* Android */
Color.parseColor("#0bceee")Accessibility — WCAG contrast
Aa
#0bceee on white: 1.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0bceee on black: 11.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.3%
Green80.8%
Blue93.3%
CMYK percentages
Cyan95.4%
Magenta13.4%
Yellow0.0%
Key (black)6.7%
Color previews
#0bceee text on a black background
contrast 11.08:1
Card sample
#0bceee text on a white background
contrast 1.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0bceee;
Background color
Panel with #0bceee background
background-color: #0bceee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0bceee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(11, 206, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(11, 206, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0bceee; background: linear-gradient(135deg, #0bceee, #0B36EE);