#0bdee2
a balanced, electric cyan · cool · closest name: turquoise
RGB
11, 222, 226
HSL
181°, 91%, 47%
CMYK
95, 2, 0, 11
Luminance
0.5780
Every format
| HEX | #0bdee2 |
| RGB | rgb(11, 222, 226) |
| HSL | hsl(181, 91%, 47%) |
| CMYK | cmyk(95%, 2%, 0%, 11%) |
| LAB | lab(80.6 -41.9 -14.6) |
| LCH | lch(80.6 44.3 199.2) |
| OKLCH | oklch(0.817 0.138 197.1) |
Copy-ready code
/* CSS */
color: #0bdee2;
background-color: #0bdee2;
/* Tailwind (arbitrary) */
class="text-[#0bdee2] bg-[#0bdee2]"
/* SCSS */
$brand: #0bdee2;
/* SwiftUI */
Color(red: 0.043, green: 0.871, blue: 0.886)
/* Android */
Color.parseColor("#0bdee2")Accessibility — WCAG contrast
Aa
#0bdee2 on white: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0bdee2 on black: 12.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.3%
Green87.1%
Blue88.6%
CMYK percentages
Cyan95.1%
Magenta1.8%
Yellow0.0%
Key (black)11.4%
Color previews
#0bdee2 text on a black background
contrast 12.56:1
Card sample
#0bdee2 text on a white background
contrast 1.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0bdee2;
Background color
Panel with #0bdee2 background
background-color: #0bdee2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0bdee2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(11, 222, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(11, 222, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0bdee2; background: linear-gradient(135deg, #0bdee2, #0B4FE2);