Blue
#470AD6
PurpleColor Codes
All color formats for development
HEX
#470AD6RGB
rgb(71, 10, 214)HSL
hsl(258, 91%, 44%)OKLCH
oklch(0.433 0.256 280.1)CMYK
cmyk(67%, 95%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4009C1
2#3908AB
3#320796
4#2B0681
5#24056B
6#1D0456
7#150340
8#0E022B
9#070115
Tints
Lighter variations
1#500BF2
2#6325F5
3#7740F6
4#8A5BF7
5#9E77F9
6#B192FA
7#C5ADFB
8#D8C8FC
9#ECE4FE
Tones
Muted variations
1#4B14CC
2#501FC2
3#5429B8
4#5833AD
5#5C3DA3
6#604799
7#64528F
8#685C85
9#6C667A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F0 #F5F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7DD #E7DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2C0 #D2C0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | AF8F #AF8FFA | BordersInactive statesPlaceholder text |
| 400 | 8555 #8555F7 | Disabled statesSecondary iconsMuted text |
| 500 | 6224 #6224F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 470A #470AD6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3908 #3908AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2906 #29067A | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A04 #1A044E | Primary textHigh emphasis contentDark headings |
| 950 | 1002 #100231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--blue-50: #F5F0FE;
--blue-100: #E7DDFD;
--blue-200: #D2C0FC;
--blue-300: #AF8FFA;
--blue-400: #8555F7;
--blue-500: #6224F5;
--blue-600: #470AD6;
--blue-700: #3908AA;
--blue-800: #29067A;
--blue-900: #1A044E;
--blue-950: #100231;
}