#00bdf7
a balanced, electric cyan · cool · closest name: skyblue
RGB
0, 189, 247
HSL
194°, 100%, 48%
CMYK
100, 24, 0, 3
Luminance
0.4311
Every format
| HEX | #00bdf7 |
| RGB | rgb(0, 189, 247) |
| HSL | hsl(194, 100%, 48%) |
| CMYK | cmyk(100%, 24%, 0%, 3%) |
| LAB | lab(71.6 -19.4 -39.7) |
| LCH | lch(71.6 44.1 243.9) |
| OKLCH | oklch(0.747 0.148 229.3) |
Copy-ready code
/* CSS */
color: #00bdf7;
background-color: #00bdf7;
/* Tailwind (arbitrary) */
class="text-[#00bdf7] bg-[#00bdf7]"
/* SCSS */
$brand: #00bdf7;
/* SwiftUI */
Color(red: 0.000, green: 0.741, blue: 0.969)
/* Android */
Color.parseColor("#00bdf7")Accessibility — WCAG contrast
Aa
#00bdf7 on white: 2.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#00bdf7 on black: 9.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green74.1%
Blue96.9%
CMYK percentages
Cyan100.0%
Magenta23.5%
Yellow0.0%
Key (black)3.1%
Color previews
#00bdf7 text on a black background
contrast 9.62:1
Card sample
#00bdf7 text on a white background
contrast 2.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #00bdf7;
Background color
Panel with #00bdf7 background
background-color: #00bdf7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #00bdf7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 189, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 189, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #00bdf7; background: linear-gradient(135deg, #00bdf7, #0018F7);