Blue
#410AD6
PurpleColor Codes
All color formats for development
HEX
#410AD6RGB
rgb(65, 10, 214)HSL
hsl(256, 91%, 44%)OKLCH
oklch(0.428 0.258 278)CMYK
cmyk(70%, 95%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3A09C1
2#3408AB
3#2D0796
4#270681
5#20056B
6#1A0456
7#130340
8#0D022B
9#060115
Tints
Lighter variations
1#490BF2
2#5C25F5
3#7140F6
4#855BF7
5#9977F9
6#AE92FA
7#C2ADFB
8#D6C8FC
9#EBE4FE
Tones
Muted variations
1#4514CC
2#4A1FC2
3#4F29B8
4#5433AD
5#583DA3
6#5D4799
7#62528F
8#675C85
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 | AB8F #AB8FFA | BordersInactive statesPlaceholder text |
| 400 | 8055 #8055F7 | Disabled statesSecondary iconsMuted text |
| 500 | 5C24 #5C24F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 410A #410AD6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3308 #3308AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2506 #25067A | Text on light backgroundsHeadingsStrong borders |
| 900 | 1704 #17044E | Primary textHigh emphasis contentDark headings |
| 950 | 0F02 #0F0231 | 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: #AB8FFA;
--blue-400: #8055F7;
--blue-500: #5C24F5;
--blue-600: #410AD6;
--blue-700: #3308AA;
--blue-800: #25067A;
--blue-900: #17044E;
--blue-950: #0F0231;
}