Blue
#4402DE
PurpleColor Codes
All color formats for development
HEX
#4402DERGB
rgb(68, 2, 222)HSL
hsl(258, 98%, 44%)OKLCH
oklch(0.437 0.267 278.2)CMYK
cmyk(69%, 99%, 0%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3D02C8
2#3702B2
3#30029C
4#290185
5#22016F
6#1B0159
7#140143
8#0E002C
9#070016
Tints
Lighter variations
1#4D03FA
2#601DFD
3#7439FD
4#8855FD
5#9C72FE
6#AF8EFE
7#C3AAFE
8#D7C6FE
9#EBE3FF
Tones
Muted variations
1#490DD3
2#4D18C8
3#5123BD
4#562EB2
5#5A39A7
6#5F449C
7#634F91
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 #E6DCFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1BD #D1BDFE | Secondary backgroundsInput backgroundsDividers |
| 300 | AD8B #AD8BFE | BordersInactive statesPlaceholder text |
| 400 | 834E #834EFD | Disabled statesSecondary iconsMuted text |
| 500 | 5F1C #5F1CFD | Primary brand colorCTAsActive elementsLinks |
| 600 | 4402 #4402DE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3602 #3602B1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2701 #27017E | Text on light backgroundsHeadingsStrong borders |
| 900 | 1901 #190151 | 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: #E6DCFF;
--blue-200: #D1BDFE;
--blue-300: #AD8BFE;
--blue-400: #834EFD;
--blue-500: #5F1CFD;
--blue-600: #4402DE;
--blue-700: #3602B1;
--blue-800: #27017E;
--blue-900: #190151;
--blue-950: #100132;
}