#00b0f6
a balanced, electric cyan · cool · closest name: steelblue
RGB
0, 176, 246
HSL
197°, 100%, 48%
CMYK
100, 29, 0, 4
Luminance
0.3770
Every format
| HEX | #00b0f6 |
| RGB | rgb(0, 176, 246) |
| HSL | hsl(197, 100%, 48%) |
| CMYK | cmyk(100%, 29%, 0%, 4%) |
| LAB | lab(67.8 -12.8 -45.1) |
| LCH | lch(67.8 46.9 254.1) |
| OKLCH | oklch(0.716 0.154 236.1) |
Copy-ready code
/* CSS */
color: #00b0f6;
background-color: #00b0f6;
/* Tailwind (arbitrary) */
class="text-[#00b0f6] bg-[#00b0f6]"
/* SCSS */
$brand: #00b0f6;
/* SwiftUI */
Color(red: 0.000, green: 0.690, blue: 0.965)
/* Android */
Color.parseColor("#00b0f6")Accessibility — WCAG contrast
Aa
#00b0f6 on white: 2.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#00b0f6 on black: 8.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green69.0%
Blue96.5%
CMYK percentages
Cyan100.0%
Magenta28.5%
Yellow0.0%
Key (black)3.5%
Color previews
#00b0f6 text on a black background
contrast 8.54:1
Card sample
#00b0f6 text on a white background
contrast 2.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #00b0f6;
Background color
Panel with #00b0f6 background
background-color: #00b0f6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #00b0f6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 176, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 176, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #00b0f6; background: linear-gradient(135deg, #00b0f6, #000CF6);