#00bfe6
a balanced, electric cyan · cool · closest name: skyblue
RGB
0, 191, 230
HSL
190°, 100%, 45%
CMYK
100, 17, 0, 10
Luminance
0.4297
Every format
| HEX | #00bfe6 |
| RGB | rgb(0, 191, 230) |
| HSL | hsl(190, 100%, 45%) |
| CMYK | cmyk(100%, 17%, 0%, 10%) |
| LAB | lab(71.5 -26.2 -30.6) |
| LCH | lch(71.5 40.3 229.4) |
| OKLCH | oklch(0.744 0.135 219.5) |
Copy-ready code
/* CSS */
color: #00bfe6;
background-color: #00bfe6;
/* Tailwind (arbitrary) */
class="text-[#00bfe6] bg-[#00bfe6]"
/* SCSS */
$brand: #00bfe6;
/* SwiftUI */
Color(red: 0.000, green: 0.749, blue: 0.902)
/* Android */
Color.parseColor("#00bfe6")Accessibility — WCAG contrast
Aa
#00bfe6 on white: 2.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#00bfe6 on black: 9.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green74.9%
Blue90.2%
CMYK percentages
Cyan100.0%
Magenta17.0%
Yellow0.0%
Key (black)9.8%
Color previews
#00bfe6 text on a black background
contrast 9.59:1
Card sample
#00bfe6 text on a white background
contrast 2.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #00bfe6;
Background color
Panel with #00bfe6 background
background-color: #00bfe6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #00bfe6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 191, 230, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 191, 230, 0.45);
Border & gradient
Gradient panel
border: 3px solid #00bfe6; background: linear-gradient(135deg, #00bfe6, #0026E6);