Blue
#391FF9
BlueColor Codes
All color formats for development
HEX
#391FF9RGB
rgb(57, 31, 249)HSL
hsl(247, 95%, 55%)OKLCH
oklch(0.476 0.287 272.1)CMYK
cmyk(77%, 88%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2206F6
2#1E06DB
3#1B05BF
4#1704A4
5#130489
6#0F036D
7#0B0252
8#080137
9#04011B
Tints
Lighter variations
1#4D36FA
2#604CFA
3#7462FB
4#8879FC
5#9C8FFC
6#B0A5FD
7#C4BCFD
8#D7D2FE
9#EBE9FE
Tones
Muted variations
1#412AEE
2#4935E3
3#5240D9
4#5A4BCE
5#6256C3
6#6B61B8
7#736CAD
8#7C76A2
9#848197
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;
}