Blue
#4204DC
PurpleColor Codes
All color formats for development
HEX
#4204DCRGB
rgb(66, 4, 220)HSL
hsl(257, 96%, 44%)OKLCH
oklch(0.434 0.265 277.7)CMYK
cmyk(70%, 98%, 0%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3B04C6
2#3404B0
3#2E039A
4#270384
5#21026E
6#1A0258
7#140142
8#0D012C
9#070016
Tints
Lighter variations
1#4A05F8
2#5D1FFA
3#713BFB
4#8657FC
5#9A73FC
6#AE8FFD
7#C2ABFD
8#D7C7FE
9#EBE3FE
Tones
Muted variations
1#460FD1
2#4B1AC6
3#5025BC
4#5430B1
5#593AA6
6#5E459B
7#625091
8#675B86
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 | D0BE #D0BEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | AC8C #AC8CFD | BordersInactive statesPlaceholder text |
| 400 | 8150 #8150FB | Disabled statesSecondary iconsMuted text |
| 500 | 5D1E #5D1EFA | Primary brand colorCTAsActive elementsLinks |
| 600 | 4204 #4204DC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3404 #3404AF | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2503 #25037D | Text on light backgroundsHeadingsStrong borders |
| 900 | 1802 #180250 | Primary textHigh emphasis contentDark headings |
| 950 | 0F01 #0F0132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--blue-50: #F4F0FF;
--blue-100: #E6DCFE;
--blue-200: #D0BEFE;
--blue-300: #AC8CFD;
--blue-400: #8150FB;
--blue-500: #5D1EFA;
--blue-600: #4204DC;
--blue-700: #3404AF;
--blue-800: #25037D;
--blue-900: #180250;
--blue-950: #0F0132;
}