Blue
#4008D9
PurpleColor Codes
All color formats for development
HEX
#4008D9RGB
rgb(64, 8, 217)HSL
hsl(256, 93%, 44%)OKLCH
oklch(0.43 0.261 277.3)CMYK
cmyk(71%, 96%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3907C3
2#3306AD
3#2C0598
4#260582
5#20046C
6#190357
7#130241
8#0D022B
9#060116
Tints
Lighter variations
1#4809F4
2#5B23F7
3#703EF8
4#845AF9
5#9975FA
6#AD91FB
7#C2ACFC
8#D6C8FD
9#EBE3FE
Tones
Muted variations
1#4412CE
2#491DC4
3#4E27B9
4#5332AF
5#583CA4
6#5D469A
7#625190
8#665B85
9#6B667B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F0 #F4F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5DD #E5DDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFBF #CFBFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | AB8E #AB8EFB | BordersInactive statesPlaceholder text |
| 400 | 7F53 #7F53F9 | Disabled statesSecondary iconsMuted text |
| 500 | 5A22 #5A22F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4008 #4008D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3306 #3306AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2404 #24047B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1703 #17034F | Primary textHigh emphasis contentDark headings |
| 950 | 0E02 #0E0231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--blue-50: #F4F0FE;
--blue-100: #E5DDFE;
--blue-200: #CFBFFD;
--blue-300: #AB8EFB;
--blue-400: #7F53F9;
--blue-500: #5A22F7;
--blue-600: #4008D9;
--blue-700: #3306AC;
--blue-800: #24047B;
--blue-900: #17034F;
--blue-950: #0E0231;
}