Blue
#401AFF
BlueColor Codes
All color formats for development
HEX
#401AFFRGB
rgb(64, 26, 255)HSL
hsl(250, 100%, 55%)OKLCH
oklch(0.484 0.294 273.5)CMYK
cmyk(75%, 90%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2A00FC
2#2500E0
3#2100C4
4#1C00A8
5#17008C
6#130070
7#0E0054
8#090038
9#05001C
Tints
Lighter variations
1#5330FF
2#6647FF
3#795EFF
4#8C75FF
5#9F8CFF
6#B2A3FF
7#C6BAFF
8#D9D1FF
9#ECE8FF
Tones
Muted variations
1#4725F4
2#4F30E8
3#573CDD
4#5E47D1
5#6653C6
6#6E5EBA
7#756AAF
8#7D75A3
9#858198
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F0 #F2F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1DB #E1DBFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8BD #C8BDFF | Secondary backgroundsInput backgroundsDividers |
| 300 | 9D8A #9D8AFF | BordersInactive statesPlaceholder text |
| 400 | 6A4D #6A4DFF | Disabled statesSecondary iconsMuted text |
| 500 | 401A #401AFF | Primary brand colorCTAsActive elementsLinks |
| 600 | 2500 #2500E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1E00 #1E00B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1500 #150080 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E00 #0E0052 | Primary textHigh emphasis contentDark headings |
| 950 | 0900 #090033 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--blue-50: #F2F0FF;
--blue-100: #E1DBFF;
--blue-200: #C8BDFF;
--blue-300: #9D8AFF;
--blue-400: #6A4DFF;
--blue-500: #401AFF;
--blue-600: #2500E0;
--blue-700: #1E00B3;
--blue-800: #150080;
--blue-900: #0E0052;
--blue-950: #090033;
}