#003cff
a balanced, electric blue · warm · closest name: blue
RGB
0, 60, 255
HSL
226°, 100%, 50%
CMYK
100, 77, 0, 0
Luminance
0.1045
Every format
| HEX | #003cff |
| RGB | rgb(0, 60, 255) |
| HSL | hsl(226, 100%, 50%) |
| CMYK | cmyk(100%, 77%, 0%, 0%) |
| LAB | lab(38.6 60.2 -97.3) |
| LCH | lch(38.6 114.4 301.7) |
| OKLCH | oklch(0.496 0.284 263.9) |
Copy-ready code
/* CSS */
color: #003cff;
background-color: #003cff;
/* Tailwind (arbitrary) */
class="text-[#003cff] bg-[#003cff]"
/* SCSS */
$brand: #003cff;
/* SwiftUI */
Color(red: 0.000, green: 0.235, blue: 1.000)
/* Android */
Color.parseColor("#003cff")Accessibility — WCAG contrast
Aa
#003cff on white: 6.80:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#003cff on black: 3.09:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green23.5%
Blue100.0%
CMYK percentages
Cyan100.0%
Magenta76.5%
Yellow0.0%
Key (black)0.0%
Color previews
#003cff text on a black background
contrast 3.09:1
Card sample
#003cff text on a white background
contrast 6.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #003cff;
Background color
Panel with #003cff background
background-color: #003cff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #003cff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 60, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 60, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #003cff; background: linear-gradient(135deg, #003cff, #6E00FF);