#0baad2
a dark, electric cyan · cool · closest name: skyblue
RGB
11, 170, 210
HSL
192°, 90%, 43%
CMYK
95, 19, 0, 18
Luminance
0.3347
Every format
| HEX | #0baad2 |
| RGB | rgb(11, 170, 210) |
| HSL | hsl(192, 90%, 43%) |
| CMYK | cmyk(95%, 19%, 0%, 18%) |
| LAB | lab(64.5 -22.0 -30.4) |
| LCH | lch(64.5 37.6 234.1) |
| OKLCH | oklch(0.685 0.126 222.8) |
Copy-ready code
/* CSS */
color: #0baad2;
background-color: #0baad2;
/* Tailwind (arbitrary) */
class="text-[#0baad2] bg-[#0baad2]"
/* SCSS */
$brand: #0baad2;
/* SwiftUI */
Color(red: 0.043, green: 0.667, blue: 0.824)
/* Android */
Color.parseColor("#0baad2")Accessibility — WCAG contrast
Aa
#0baad2 on white: 2.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0baad2 on black: 7.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.3%
Green66.7%
Blue82.4%
CMYK percentages
Cyan94.8%
Magenta19.0%
Yellow0.0%
Key (black)17.6%
Color previews
#0baad2 text on a black background
contrast 7.69:1
Card sample
#0baad2 text on a white background
contrast 2.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0baad2;
Background color
Panel with #0baad2 background
background-color: #0baad2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0baad2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(11, 170, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(11, 170, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0baad2; background: linear-gradient(135deg, #0baad2, #0B25D2);