Blue
#4709D7
PurpleColor Codes
All color formats for development
HEX
#4709D7RGB
rgb(71, 9, 215)HSL
hsl(258, 92%, 44%)OKLCH
oklch(0.434 0.258 280)CMYK
cmyk(67%, 96%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4008C2
2#3907AC
3#320697
4#2B0581
5#23046C
6#1C0456
7#150341
8#0E022B
9#070116
Tints
Lighter variations
1#500AF3
2#6324F6
3#763FF7
4#8A5AF8
5#9D76F9
6#B191FA
7#C4ADFC
8#D8C8FD
9#EBE4FE
Tones
Muted variations
1#4B13CD
2#4F1EC3
3#5328B8
4#5732AE
5#5C3DA4
6#604799
7#64518F
8#685C85
9#6C667B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F0 #F5F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7DD #E7DDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2BF #D2BFFC | Secondary backgroundsInput backgroundsDividers |
| 300 | AF8E #AF8EFA | BordersInactive statesPlaceholder text |
| 400 | 8554 #8554F8 | Disabled statesSecondary iconsMuted text |
| 500 | 6223 #6223F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4709 #4709D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3807 #3807AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2805 #28057A | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A03 #1A034E | 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: #E7DDFE;
--blue-200: #D2BFFC;
--blue-300: #AF8EFA;
--blue-400: #8554F8;
--blue-500: #6223F6;
--blue-600: #4709D7;
--blue-700: #3807AB;
--blue-800: #28057A;
--blue-900: #1A034E;
--blue-950: #100231;
}