#00bdfb
a balanced, electric cyan · cool · closest name: skyblue
RGB
0, 189, 251
HSL
195°, 100%, 49%
CMYK
100, 25, 0, 2
Luminance
0.4336
Every format
| HEX | #00bdfb |
| RGB | rgb(0, 189, 251) |
| HSL | hsl(195, 100%, 49%) |
| CMYK | cmyk(100%, 25%, 0%, 2%) |
| LAB | lab(71.8 -18.0 -41.6) |
| LCH | lch(71.8 45.3 246.6) |
| OKLCH | oklch(0.749 0.151 231.1) |
Copy-ready code
/* CSS */
color: #00bdfb;
background-color: #00bdfb;
/* Tailwind (arbitrary) */
class="text-[#00bdfb] bg-[#00bdfb]"
/* SCSS */
$brand: #00bdfb;
/* SwiftUI */
Color(red: 0.000, green: 0.741, blue: 0.984)
/* Android */
Color.parseColor("#00bdfb")Accessibility — WCAG contrast
Aa
#00bdfb on white: 2.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#00bdfb on black: 9.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green74.1%
Blue98.4%
CMYK percentages
Cyan100.0%
Magenta24.7%
Yellow0.0%
Key (black)1.6%
Color previews
#00bdfb text on a black background
contrast 9.67:1
Card sample
#00bdfb text on a white background
contrast 2.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #00bdfb;
Background color
Panel with #00bdfb background
background-color: #00bdfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #00bdfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 189, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 189, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #00bdfb; background: linear-gradient(135deg, #00bdfb, #0016FB);