Blue
#381EFA
BlueColor Codes
All color formats for development
HEX
#381EFARGB
rgb(56, 30, 250)HSL
hsl(247, 96%, 55%)OKLCH
oklch(0.476 0.289 271.8)CMYK
cmyk(78%, 88%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2105F7
2#1E04DC
3#1A04C0
4#1603A5
5#130389
6#0F026E
7#0B0252
8#070137
9#04011B
Tints
Lighter variations
1#4C35FB
2#604BFB
3#7462FC
4#8778FC
5#9B8FFD
6#AFA5FD
7#C3BCFE
8#D7D2FE
9#EBE9FF
Tones
Muted variations
1#4029EF
2#4934E4
3#513FD9
4#5A4ACE
5#6255C3
6#6A60B8
7#736BAD
8#7B76A2
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 | C5BE #C5BEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | 998C #998CFD | BordersInactive statesPlaceholder text |
| 400 | 6450 #6450FB | Disabled statesSecondary iconsMuted text |
| 500 | 381E #381EFA | Primary brand colorCTAsActive elementsLinks |
| 600 | 1E04 #1E04DC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1804 #1804AF | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1103 #11037D | 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: #C5BEFE;
--blue-300: #998CFD;
--blue-400: #6450FB;
--blue-500: #381EFA;
--blue-600: #1E04DC;
--blue-700: #1804AF;
--blue-800: #11037D;
--blue-900: #0B0250;
--blue-950: #070132;
}