Blue
#381AFF
BlueColor Codes
All color formats for development
HEX
#381AFFRGB
rgb(56, 26, 255)HSL
hsl(248, 100%, 55%)OKLCH
oklch(0.479 0.296 271.6)CMYK
cmyk(78%, 90%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2200FC
2#1E00E0
3#1A00C4
4#1600A8
5#13008C
6#0F0070
7#0B0054
8#070038
9#04001C
Tints
Lighter variations
1#4C30FF
2#6047FF
3#745EFF
4#8875FF
5#9C8CFF
6#AFA3FF
7#C3BAFF
8#D7D1FF
9#EBE8FF
Tones
Muted variations
1#4125F4
2#4930E8
3#513CDD
4#5A47D1
5#6253C6
6#6B5EBA
7#736AAF
8#7B75A3
9#848198
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F0 #F2F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0DB #E0DBFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6BD #C6BDFF | Secondary backgroundsInput backgroundsDividers |
| 300 | 998A #998AFF | BordersInactive statesPlaceholder text |
| 400 | 644D #644DFF | Disabled statesSecondary iconsMuted text |
| 500 | 381A #381AFF | Primary brand colorCTAsActive elementsLinks |
| 600 | 1E00 #1E00E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1800 #1800B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1100 #110080 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B00 #0B0052 | Primary textHigh emphasis contentDark headings |
| 950 | 0700 #070033 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--blue-50: #F2F0FF;
--blue-100: #E0DBFF;
--blue-200: #C6BDFF;
--blue-300: #998AFF;
--blue-400: #644DFF;
--blue-500: #381AFF;
--blue-600: #1E00E0;
--blue-700: #1800B3;
--blue-800: #110080;
--blue-900: #0B0052;
--blue-950: #070033;
}