Blue
#410BD5
PurpleColor Codes
All color formats for development
HEX
#410BD5RGB
rgb(65, 11, 213)HSL
hsl(256, 90%, 44%)OKLCH
oklch(0.427 0.256 278.1)CMYK
cmyk(69%, 95%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3B0AC0
2#3409AB
3#2E0895
4#270780
5#21066B
6#1A0455
7#140340
8#0D022B
9#070115
Tints
Lighter variations
1#490DF0
2#5D26F4
3#7141F5
4#855CF6
5#9A77F8
6#AE92F9
7#C2AEFB
8#D6C9FC
9#EBE4FE
Tones
Muted variations
1#4615CB
2#4B1FC1
3#4F2AB7
4#5434AD
5#593EA3
6#5D4899
7#62528E
8#675C84
9#6B667A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F0 #F4F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6DD #E6DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0C0 #D0C0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | AC90 #AC90F9 | BordersInactive statesPlaceholder text |
| 400 | 8055 #8055F6 | Disabled statesSecondary iconsMuted text |
| 500 | 5C25 #5C25F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 410B #410BD5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3409 #3409AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2506 #250679 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1804 #18044E | Primary textHigh emphasis contentDark headings |
| 950 | 0F03 #0F0330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--blue-50: #F4F0FE;
--blue-100: #E6DDFD;
--blue-200: #D0C0FC;
--blue-300: #AC90F9;
--blue-400: #8055F6;
--blue-500: #5C25F4;
--blue-600: #410BD5;
--blue-700: #3409AA;
--blue-800: #250679;
--blue-900: #18044E;
--blue-950: #0F0330;
}