#0017ee
a balanced, electric blue · warm · closest name: blue
RGB
0, 23, 238
HSL
234°, 100%, 47%
CMYK
100, 90, 0, 7
Luminance
0.0679
Every format
| HEX | #0017ee |
| RGB | rgb(0, 23, 238) |
| HSL | hsl(234, 100%, 47%) |
| CMYK | cmyk(100%, 90%, 0%, 7%) |
| LAB | lab(31.3 70.6 -99.9) |
| LCH | lch(31.3 122.3 305.3) |
| OKLCH | oklch(0.439 0.290 264.2) |
Copy-ready code
/* CSS */
color: #0017ee;
background-color: #0017ee;
/* Tailwind (arbitrary) */
class="text-[#0017ee] bg-[#0017ee]"
/* SCSS */
$brand: #0017ee;
/* SwiftUI */
Color(red: 0.000, green: 0.090, blue: 0.933)
/* Android */
Color.parseColor("#0017ee")Accessibility — WCAG contrast
Aa
#0017ee on white: 8.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0017ee on black: 2.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green9.0%
Blue93.3%
CMYK percentages
Cyan100.0%
Magenta90.3%
Yellow0.0%
Key (black)6.7%
Color previews
#0017ee text on a black background
contrast 2.36:1
Card sample
#0017ee text on a white background
contrast 8.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0017ee;
Background color
Panel with #0017ee background
background-color: #0017ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0017ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 23, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 23, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0017ee; background: linear-gradient(135deg, #0017ee, #8800EE);