#023fdf
a dark, electric blue · cool · closest name: navy
RGB
2, 63, 223
HSL
223°, 98%, 44%
CMYK
99, 72, 0, 13
Luminance
0.0890
Every format
| HEX | #023fdf |
| RGB | rgb(2, 63, 223) |
| HSL | hsl(223, 98%, 44%) |
| CMYK | cmyk(99%, 72%, 0%, 13%) |
| LAB | lab(35.8 47.7 -83.9) |
| LCH | lch(35.8 96.5 299.6) |
| OKLCH | oklch(0.465 0.245 263.5) |
Copy-ready code
/* CSS */
color: #023fdf;
background-color: #023fdf;
/* Tailwind (arbitrary) */
class="text-[#023fdf] bg-[#023fdf]"
/* SCSS */
$brand: #023fdf;
/* SwiftUI */
Color(red: 0.008, green: 0.247, blue: 0.875)
/* Android */
Color.parseColor("#023fdf")Accessibility — WCAG contrast
Aa
#023fdf on white: 7.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#023fdf on black: 2.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.8%
Green24.7%
Blue87.5%
CMYK percentages
Cyan99.1%
Magenta71.7%
Yellow0.0%
Key (black)12.5%
Color previews
#023fdf text on a black background
contrast 2.78:1
Card sample
#023fdf text on a white background
contrast 7.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #023fdf;
Background color
Panel with #023fdf background
background-color: #023fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #023fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(2, 63, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(2, 63, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #023fdf; background: linear-gradient(135deg, #023fdf, #5802DF);