Blue
#1E06DB
BlueColor Codes
All color formats for development
HEX
#1E06DBRGB
rgb(30, 6, 219)HSL
hsl(247, 95%, 44%)OKLCH
oklch(0.413 0.272 267.8)CMYK
cmyk(86%, 97%, 0%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1B05C5
2#1804AF
3#150499
4#120383
5#0F036D
6#0C0258
7#090242
8#06012C
9#030116
Tints
Lighter variations
1#2206F7
2#3A20F9
3#523CFA
4#6B58FB
5#8474FB
6#9C90FC
7#B5ABFD
8#CEC7FE
9#E6E3FE
Tones
Muted variations
1#2710D0
2#2F1BC5
3#3726BB
4#3F30B0
5#473BA5
6#50469B
7#585090
8#605B86
9#68667B
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 | C6BE #C6BEFD | Secondary backgroundsInput backgroundsDividers |
| 300 | 9A8D #9A8DFC | BordersInactive statesPlaceholder text |
| 400 | 6551 #6551FB | Disabled statesSecondary iconsMuted text |
| 500 | 391F #391FF9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1E06 #1E06DB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1804 #1804AE | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1103 #11037C | 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: #C6BEFD;
--blue-300: #9A8DFC;
--blue-400: #6551FB;
--blue-500: #391FF9;
--blue-600: #1E06DB;
--blue-700: #1804AE;
--blue-800: #11037C;
--blue-900: #0B0250;
--blue-950: #070132;
}