Blue
#1604DC
BlueColor Codes
All color formats for development
HEX
#1604DCRGB
rgb(22, 4, 220)HSL
hsl(245, 96%, 44%)OKLCH
oklch(0.41 0.276 266.4)CMYK
cmyk(90%, 98%, 0%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1404C6
2#1204B0
3#10039A
4#0D0384
5#0B026E
6#090258
7#070142
8#04012C
9#020016
Tints
Lighter variations
1#1905F8
2#311FFA
3#4B3BFB
4#6557FC
5#7E73FC
6#988FFD
7#B2ABFD
8#CCC7FE
9#E5E3FE
Tones
Muted variations
1#1F0FD1
2#281AC6
3#3125BC
4#3A30B1
5#433AA6
6#4C459B
7#555091
8#5E5B86
9#67657B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F0 #F1F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFDC #DFDCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3BE #C3BEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | 958C #958CFD | BordersInactive statesPlaceholder text |
| 400 | 5E50 #5E50FB | Disabled statesSecondary iconsMuted text |
| 500 | 301E #301EFA | Primary brand colorCTAsActive elementsLinks |
| 600 | 1604 #1604DC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1204 #1204AF | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D03 #0D037D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0802 #080250 | Primary textHigh emphasis contentDark headings |
| 950 | 0501 #050132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--blue-50: #F1F0FF;
--blue-100: #DFDCFE;
--blue-200: #C3BEFE;
--blue-300: #958CFD;
--blue-400: #5E50FB;
--blue-500: #301EFA;
--blue-600: #1604DC;
--blue-700: #1204AF;
--blue-800: #0D037D;
--blue-900: #080250;
--blue-950: #050132;
}