#009ce8
a balanced, electric cyan · cool · closest name: steelblue
RGB
0, 156, 232
HSL
200°, 100%, 46%
CMYK
100, 33, 0, 9
Luminance
0.2960
Every format
| HEX | #009ce8 |
| RGB | rgb(0, 156, 232) |
| HSL | hsl(200, 100%, 46%) |
| CMYK | cmyk(100%, 33%, 0%, 9%) |
| LAB | lab(61.3 -6.8 -47.7) |
| LCH | lch(61.3 48.1 261.9) |
| OKLCH | oklch(0.662 0.155 241.2) |
Copy-ready code
/* CSS */
color: #009ce8;
background-color: #009ce8;
/* Tailwind (arbitrary) */
class="text-[#009ce8] bg-[#009ce8]"
/* SCSS */
$brand: #009ce8;
/* SwiftUI */
Color(red: 0.000, green: 0.612, blue: 0.910)
/* Android */
Color.parseColor("#009ce8")Accessibility — WCAG contrast
Aa
#009ce8 on white: 3.03:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#009ce8 on black: 6.92:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green61.2%
Blue91.0%
CMYK percentages
Cyan100.0%
Magenta32.8%
Yellow0.0%
Key (black)9.0%
Color previews
#009ce8 text on a black background
contrast 6.92:1
Card sample
#009ce8 text on a white background
contrast 3.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #009ce8;
Background color
Panel with #009ce8 background
background-color: #009ce8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #009ce8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 156, 232, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 156, 232, 0.45);
Border & gradient
Gradient panel
border: 3px solid #009ce8; background: linear-gradient(135deg, #009ce8, #0001E8);