Blue
#4503DD
PurpleColor Codes
All color formats for development
HEX
#4503DDRGB
rgb(69, 3, 221)HSL
hsl(258, 97%, 44%)OKLCH
oklch(0.437 0.266 278.7)CMYK
cmyk(69%, 99%, 0%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3E03C7
2#3703B1
3#30029B
4#290285
5#22026F
6#1B0158
7#150142
8#0E012C
9#070016
Tints
Lighter variations
1#4D04F9
2#601EFC
3#743AFC
4#8856FC
5#9C72FD
6#B08EFD
7#C4ABFE
8#D7C7FE
9#EBE3FF
Tones
Muted variations
1#490ED2
2#4D19C7
3#5224BC
4#562FB2
5#5A3AA7
6#5F459C
7#635091
8#675A86
9#6C657B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F0 #F4F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6DC #E6DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1BE #D1BEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | AE8B #AE8BFD | BordersInactive statesPlaceholder text |
| 400 | 834F #834FFC | Disabled statesSecondary iconsMuted text |
| 500 | 601D #601DFC | Primary brand colorCTAsActive elementsLinks |
| 600 | 4503 #4503DD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3703 #3703B0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2702 #27027E | Text on light backgroundsHeadingsStrong borders |
| 900 | 1901 #190150 | Primary textHigh emphasis contentDark headings |
| 950 | 1001 #100132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--blue-50: #F4F0FF;
--blue-100: #E6DCFE;
--blue-200: #D1BEFE;
--blue-300: #AE8BFD;
--blue-400: #834FFC;
--blue-500: #601DFC;
--blue-600: #4503DD;
--blue-700: #3703B0;
--blue-800: #27027E;
--blue-900: #190150;
--blue-950: #100132;
}