#00bdf2
a balanced, electric cyan · cool · closest name: skyblue
RGB
0, 189, 242
HSL
193°, 100%, 48%
CMYK
100, 22, 0, 5
Luminance
0.4281
Every format
| HEX | #00bdf2 |
| RGB | rgb(0, 189, 242) |
| HSL | hsl(193, 100%, 48%) |
| CMYK | cmyk(100%, 22%, 0%, 5%) |
| LAB | lab(71.4 -21.1 -37.3) |
| LCH | lch(71.4 42.9 240.5) |
| OKLCH | oklch(0.745 0.144 227.0) |
Copy-ready code
/* CSS */
color: #00bdf2;
background-color: #00bdf2;
/* Tailwind (arbitrary) */
class="text-[#00bdf2] bg-[#00bdf2]"
/* SCSS */
$brand: #00bdf2;
/* SwiftUI */
Color(red: 0.000, green: 0.741, blue: 0.949)
/* Android */
Color.parseColor("#00bdf2")Accessibility — WCAG contrast
Aa
#00bdf2 on white: 2.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#00bdf2 on black: 9.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green74.1%
Blue94.9%
CMYK percentages
Cyan100.0%
Magenta21.9%
Yellow0.0%
Key (black)5.1%
Color previews
#00bdf2 text on a black background
contrast 9.56:1
Card sample
#00bdf2 text on a white background
contrast 2.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #00bdf2;
Background color
Panel with #00bdf2 background
background-color: #00bdf2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #00bdf2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 189, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 189, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #00bdf2; background: linear-gradient(135deg, #00bdf2, #001CF2);