Blue
#0404DC
BlueColor Codes
All color formats for development
HEX
#0404DCRGB
rgb(4, 4, 220)HSL
hsl(240, 96%, 44%)OKLCH
oklch(0.407 0.279 264.4)CMYK
cmyk(98%, 98%, 0%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0404C6
2#0404B0
3#03039A
4#030384
5#02026E
6#020258
7#010142
8#01012C
9#000016
Tints
Lighter variations
1#0505F8
2#1F1FFA
3#3B3BFB
4#5757FC
5#7373FC
6#8F8FFD
7#ABABFD
8#C7C7FE
9#E3E3FE
Tones
Muted variations
1#0F0FD1
2#1A1AC6
3#2525BC
4#3030B1
5#3A3AA6
6#45459B
7#505091
8#5B5B86
9#65657B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F0 #F0F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCDC #DCDCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEBE #BEBEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8C8C #8C8CFD | BordersInactive statesPlaceholder text |
| 400 | 5050 #5050FB | Disabled statesSecondary iconsMuted text |
| 500 | 1E1E #1E1EFA | Primary brand colorCTAsActive elementsLinks |
| 600 | 0404 #0404DC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0404 #0404AF | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0303 #03037D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0202 #020250 | Primary textHigh emphasis contentDark headings |
| 950 | 0101 #010132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--blue-50: #F0F0FF;
--blue-100: #DCDCFE;
--blue-200: #BEBEFE;
--blue-300: #8C8CFD;
--blue-400: #5050FB;
--blue-500: #1E1EFA;
--blue-600: #0404DC;
--blue-700: #0404AF;
--blue-800: #03037D;
--blue-900: #020250;
--blue-950: #010132;
}