Blue
#1E30FA
BlueColor Codes
All color formats for development
HEX
#1E30FARGB
rgb(30, 48, 250)HSL
hsl(235, 96%, 55%)OKLCH
oklch(0.481 0.284 266.6)CMYK
cmyk(88%, 81%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0519F7
2#0416DC
3#0414C0
4#0311A5
5#030E89
6#020B6E
7#020852
8#010637
9#01031B
Tints
Lighter variations
1#3545FB
2#4B5AFB
3#626EFC
4#7883FC
5#8F98FD
6#A5ACFD
7#BCC1FE
8#D2D6FE
9#E9EAFF
Tones
Muted variations
1#293AEF
2#3443E4
3#3F4CD9
4#4A55CE
5#555EC3
6#6068B8
7#6B71AD
8#767AA2
9#818397
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F1 #F0F1FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCDF #DCDFFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEC3 #BEC3FE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8C95 #8C95FD | BordersInactive statesPlaceholder text |
| 400 | 505E #505EFB | Disabled statesSecondary iconsMuted text |
| 500 | 1E30 #1E30FA | Primary brand colorCTAsActive elementsLinks |
| 600 | 0416 #0416DC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0412 #0412AF | Active/pressed statesDark mode accentsSecondary text |
| 800 | 030D #030D7D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0208 #020850 | Primary textHigh emphasis contentDark headings |
| 950 | 0105 #010532 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--blue-50: #F0F1FF;
--blue-100: #DCDFFE;
--blue-200: #BEC3FE;
--blue-300: #8C95FD;
--blue-400: #505EFB;
--blue-500: #1E30FA;
--blue-600: #0416DC;
--blue-700: #0412AF;
--blue-800: #030D7D;
--blue-900: #020850;
--blue-950: #010532;
}