Blue
#450CD4
PurpleColor Codes
All color formats for development
HEX
#450CD4RGB
rgb(69, 12, 212)HSL
hsl(257, 89%, 44%)OKLCH
oklch(0.43 0.254 279.6)CMYK
cmyk(67%, 94%, 0%, 17%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3E0BBF
2#370AAA
3#300994
4#29077F
5#22066A
6#1C0555
7#150440
8#0E022A
9#070115
Tints
Lighter variations
1#4E0EEF
2#6127F2
3#7442F4
4#885DF6
5#9C78F7
6#B093F9
7#C4AEFA
8#D7C9FC
9#EBE4FD
Tones
Muted variations
1#4916CA
2#4E20C0
3#522AB6
4#5634AC
5#5B3EA2
6#5F4898
7#63528E
8#685C84
9#6C667A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F1 #F4F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6DD #E6DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1C0 #D1C0FB | Secondary backgroundsInput backgroundsDividers |
| 300 | AE90 #AE90F9 | BordersInactive statesPlaceholder text |
| 400 | 8356 #8356F5 | Disabled statesSecondary iconsMuted text |
| 500 | 6026 #6026F2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 450C #450CD4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 370A #370AA9 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2707 #270778 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1904 #19044D | Primary textHigh emphasis contentDark headings |
| 950 | 1003 #100330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--blue-50: #F4F1FE;
--blue-100: #E6DDFD;
--blue-200: #D1C0FB;
--blue-300: #AE90F9;
--blue-400: #8356F5;
--blue-500: #6026F2;
--blue-600: #450CD4;
--blue-700: #370AA9;
--blue-800: #270778;
--blue-900: #19044D;
--blue-950: #100330;
}