#00baeb
a balanced, electric cyan · cool · closest name: skyblue
RGB
0, 186, 235
HSL
193°, 100%, 46%
CMYK
100, 21, 0, 8
Luminance
0.4112
Every format
| HEX | #00baeb |
| RGB | rgb(0, 186, 235) |
| HSL | hsl(193, 100%, 46%) |
| CMYK | cmyk(100%, 21%, 0%, 8%) |
| LAB | lab(70.3 -22.0 -35.3) |
| LCH | lch(70.3 41.6 238.1) |
| OKLCH | oklch(0.734 0.140 225.4) |
Copy-ready code
/* CSS */
color: #00baeb;
background-color: #00baeb;
/* Tailwind (arbitrary) */
class="text-[#00baeb] bg-[#00baeb]"
/* SCSS */
$brand: #00baeb;
/* SwiftUI */
Color(red: 0.000, green: 0.729, blue: 0.922)
/* Android */
Color.parseColor("#00baeb")Accessibility — WCAG contrast
Aa
#00baeb on white: 2.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#00baeb on black: 9.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green72.9%
Blue92.2%
CMYK percentages
Cyan100.0%
Magenta20.9%
Yellow0.0%
Key (black)7.8%
Color previews
#00baeb text on a black background
contrast 9.22:1
Card sample
#00baeb text on a white background
contrast 2.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #00baeb;
Background color
Panel with #00baeb background
background-color: #00baeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #00baeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 186, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 186, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #00baeb; background: linear-gradient(135deg, #00baeb, #001DEB);