Blue
#1E1EFA
BlueColor Codes
All color formats for development
HEX
#1E1EFARGB
rgb(30, 30, 250)HSL
hsl(240, 96%, 55%)OKLCH
oklch(0.465 0.295 266.9)CMYK
cmyk(88%, 88%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0505F7
2#0404DC
3#0404C0
4#0303A5
5#030389
6#02026E
7#020252
8#010137
9#01011B
Tints
Lighter variations
1#3535FB
2#4B4BFB
3#6262FC
4#7878FC
5#8F8FFD
6#A5A5FD
7#BCBCFE
8#D2D2FE
9#E9E9FF
Tones
Muted variations
1#2929EF
2#3434E4
3#3F3FD9
4#4A4ACE
5#5555C3
6#6060B8
7#6B6BAD
8#7676A2
9#818197
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;
}