#0bdaeb
a balanced, electric cyan · cool · closest name: cyan
RGB
11, 218, 235
HSL
185°, 91%, 48%
CMYK
95, 7, 0, 8
Luminance
0.5621
Every format
| HEX | #0bdaeb |
| RGB | rgb(11, 218, 235) |
| HSL | hsl(185, 91%, 48%) |
| CMYK | cmyk(95%, 7%, 0%, 8%) |
| LAB | lab(79.7 -37.3 -20.8) |
| LCH | lch(79.7 42.7 209.1) |
| OKLCH | oklch(0.811 0.138 204.9) |
Copy-ready code
/* CSS */
color: #0bdaeb;
background-color: #0bdaeb;
/* Tailwind (arbitrary) */
class="text-[#0bdaeb] bg-[#0bdaeb]"
/* SCSS */
$brand: #0bdaeb;
/* SwiftUI */
Color(red: 0.043, green: 0.855, blue: 0.922)
/* Android */
Color.parseColor("#0bdaeb")Accessibility — WCAG contrast
Aa
#0bdaeb on white: 1.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0bdaeb on black: 12.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.3%
Green85.5%
Blue92.2%
CMYK percentages
Cyan95.3%
Magenta7.2%
Yellow0.0%
Key (black)7.8%
Color previews
#0bdaeb text on a black background
contrast 12.24:1
Card sample
#0bdaeb text on a white background
contrast 1.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0bdaeb;
Background color
Panel with #0bdaeb background
background-color: #0bdaeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0bdaeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(11, 218, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(11, 218, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0bdaeb; background: linear-gradient(135deg, #0bdaeb, #0B44EB);