#009cea
a balanced, electric blue · cool · closest name: steelblue
RGB
0, 156, 234
HSL
200°, 100%, 46%
CMYK
100, 33, 0, 8
Luminance
0.2972
Every format
| HEX | #009cea |
| RGB | rgb(0, 156, 234) |
| HSL | hsl(200, 100%, 46%) |
| CMYK | cmyk(100%, 33%, 0%, 8%) |
| LAB | lab(61.4 -6.0 -48.6) |
| LCH | lch(61.4 49.0 262.9) |
| OKLCH | oklch(0.663 0.157 241.9) |
Copy-ready code
/* CSS */
color: #009cea;
background-color: #009cea;
/* Tailwind (arbitrary) */
class="text-[#009cea] bg-[#009cea]"
/* SCSS */
$brand: #009cea;
/* SwiftUI */
Color(red: 0.000, green: 0.612, blue: 0.918)
/* Android */
Color.parseColor("#009cea")Accessibility — WCAG contrast
Aa
#009cea on white: 3.02:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#009cea on black: 6.94:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green61.2%
Blue91.8%
CMYK percentages
Cyan100.0%
Magenta33.3%
Yellow0.0%
Key (black)8.2%
Color previews
#009cea text on a black background
contrast 6.94:1
Card sample
#009cea text on a white background
contrast 3.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #009cea;
Background color
Panel with #009cea background
background-color: #009cea;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #009cea;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 156, 234, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 156, 234, 0.45);
Border & gradient
Gradient panel
border: 3px solid #009cea; background: linear-gradient(135deg, #009cea, #0000EA);