Blue
#1E04DC
BlueColor Codes
All color formats for development
HEX
#1E04DCRGB
rgb(30, 4, 220)HSL
hsl(247, 96%, 44%)OKLCH
oklch(0.413 0.274 267.8)CMYK
cmyk(86%, 98%, 0%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1B04C6
2#1804B0
3#15039A
4#120384
5#0F026E
6#0C0258
7#090142
8#06012C
9#030016
Tints
Lighter variations
1#2105F8
2#391FFA
3#513BFB
4#6A57FC
5#8373FC
6#9C8FFD
7#B5ABFD
8#CDC7FE
9#E6E3FE
Tones
Muted variations
1#260FD1
2#2E1AC6
3#3625BC
4#3F30B1
5#473AA6
6#4F459B
7#575091
8#605B86
9#68657B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F0 #F2F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0DC #E0DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5BE #C5BEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | 998C #998CFD | BordersInactive statesPlaceholder text |
| 400 | 6450 #6450FB | Disabled statesSecondary iconsMuted text |
| 500 | 381E #381EFA | Primary brand colorCTAsActive elementsLinks |
| 600 | 1E04 #1E04DC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1804 #1804AF | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1103 #11037D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B02 #0B0250 | Primary textHigh emphasis contentDark headings |
| 950 | 0701 #070132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--blue-50: #F2F0FF;
--blue-100: #E0DCFE;
--blue-200: #C5BEFE;
--blue-300: #998CFD;
--blue-400: #6450FB;
--blue-500: #381EFA;
--blue-600: #1E04DC;
--blue-700: #1804AF;
--blue-800: #11037D;
--blue-900: #0B0250;
--blue-950: #070132;
}