Blue
#1A04DC
BlueColor Codes
All color formats for development
HEX
#1A04DCRGB
rgb(26, 4, 220)HSL
hsl(246, 96%, 44%)OKLCH
oklch(0.412 0.275 267.1)CMYK
cmyk(88%, 98%, 0%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1704C6
2#1504B0
3#12039A
4#100384
5#0D026E
6#0A0258
7#080142
8#05012C
9#030016
Tints
Lighter variations
1#1D05F8
2#351FFA
3#4E3BFB
4#6857FC
5#8173FC
6#9A8FFD
7#B3ABFD
8#CDC7FE
9#E6E3FE
Tones
Muted variations
1#230FD1
2#2B1AC6
3#3425BC
4#3C30B1
5#453AA6
6#4E459B
7#565091
8#5F5B86
9#68657B
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 | C4BE #C4BEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | 978C #978CFD | BordersInactive statesPlaceholder text |
| 400 | 6150 #6150FB | Disabled statesSecondary iconsMuted text |
| 500 | 341E #341EFA | Primary brand colorCTAsActive elementsLinks |
| 600 | 1A04 #1A04DC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1504 #1504AF | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F03 #0F037D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0902 #090250 | Primary textHigh emphasis contentDark headings |
| 950 | 0601 #060132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--blue-50: #F1F0FF;
--blue-100: #DFDCFE;
--blue-200: #C4BEFE;
--blue-300: #978CFD;
--blue-400: #6150FB;
--blue-500: #341EFA;
--blue-600: #1A04DC;
--blue-700: #1504AF;
--blue-800: #0F037D;
--blue-900: #090250;
--blue-950: #060132;
}