#00b0ee
a balanced, electric cyan · cool · closest name: steelblue
RGB
0, 176, 238
HSL
196°, 100%, 47%
CMYK
100, 26, 0, 7
Luminance
0.3722
Every format
| HEX | #00b0ee |
| RGB | rgb(0, 176, 238) |
| HSL | hsl(196, 100%, 47%) |
| CMYK | cmyk(100%, 26%, 0%, 7%) |
| LAB | lab(67.4 -15.7 -41.3) |
| LCH | lch(67.4 44.2 249.2) |
| OKLCH | oklch(0.712 0.147 232.8) |
Copy-ready code
/* CSS */
color: #00b0ee;
background-color: #00b0ee;
/* Tailwind (arbitrary) */
class="text-[#00b0ee] bg-[#00b0ee]"
/* SCSS */
$brand: #00b0ee;
/* SwiftUI */
Color(red: 0.000, green: 0.690, blue: 0.933)
/* Android */
Color.parseColor("#00b0ee")Accessibility — WCAG contrast
Aa
#00b0ee on white: 2.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#00b0ee on black: 8.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green69.0%
Blue93.3%
CMYK percentages
Cyan100.0%
Magenta26.1%
Yellow0.0%
Key (black)6.7%
Color previews
#00b0ee text on a black background
contrast 8.44:1
Card sample
#00b0ee text on a white background
contrast 2.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #00b0ee;
Background color
Panel with #00b0ee background
background-color: #00b0ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #00b0ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 176, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 176, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #00b0ee; background: linear-gradient(135deg, #00b0ee, #0011EE);