#00abeb
a balanced, electric cyan · cool · closest name: steelblue
RGB
0, 171, 235
HSL
196°, 100%, 46%
CMYK
100, 27, 0, 8
Luminance
0.3512
Every format
| HEX | #00abeb |
| RGB | rgb(0, 171, 235) |
| HSL | hsl(196, 100%, 46%) |
| CMYK | cmyk(100%, 27%, 0%, 8%) |
| LAB | lab(65.8 -14.0 -42.2) |
| LCH | lch(65.8 44.5 251.6) |
| OKLCH | oklch(0.699 0.147 234.4) |
Copy-ready code
/* CSS */
color: #00abeb;
background-color: #00abeb;
/* Tailwind (arbitrary) */
class="text-[#00abeb] bg-[#00abeb]"
/* SCSS */
$brand: #00abeb;
/* SwiftUI */
Color(red: 0.000, green: 0.671, blue: 0.922)
/* Android */
Color.parseColor("#00abeb")Accessibility — WCAG contrast
Aa
#00abeb on white: 2.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#00abeb on black: 8.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green67.1%
Blue92.2%
CMYK percentages
Cyan100.0%
Magenta27.2%
Yellow0.0%
Key (black)7.8%
Color previews
#00abeb text on a black background
contrast 8.02:1
Card sample
#00abeb text on a white background
contrast 2.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #00abeb;
Background color
Panel with #00abeb background
background-color: #00abeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #00abeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 171, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 171, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #00abeb; background: linear-gradient(135deg, #00abeb, #000EEB);