Blue
#4C04DC
PurpleColor Codes
All color formats for development
HEX
#4C04DCRGB
rgb(76, 4, 220)HSL
hsl(260, 96%, 44%)OKLCH
oklch(0.442 0.263 281.3)CMYK
cmyk(65%, 98%, 0%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4504C6
2#3D04B0
3#35039A
4#2E0384
5#26026E
6#1F0258
7#170142
8#0F012C
9#080016
Tints
Lighter variations
1#5605F8
2#681FFA
3#7B3BFB
4#8E57FC
5#A173FC
6#B48FFD
7#C6ABFD
8#D9C7FE
9#ECE3FE
Tones
Muted variations
1#500FD1
2#531AC6
3#5725BC
4#5B30B1
5#5E3AA6
6#62459B
7#655091
8#695B86
9#6D657B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F0 #F5F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7DC #E7DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | D3BE #D3BEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | B28C #B28CFD | BordersInactive statesPlaceholder text |
| 400 | 8950 #8950FB | Disabled statesSecondary iconsMuted text |
| 500 | 681E #681EFA | Primary brand colorCTAsActive elementsLinks |
| 600 | 4C04 #4C04DC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3D04 #3D04AF | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2B03 #2B037D | Text on light backgroundsHeadingsStrong borders |
| 900 | 1C02 #1C0250 | Primary textHigh emphasis contentDark headings |
| 950 | 1101 #110132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--blue-50: #F5F0FF;
--blue-100: #E7DCFE;
--blue-200: #D3BEFE;
--blue-300: #B28CFD;
--blue-400: #8950FB;
--blue-500: #681EFA;
--blue-600: #4C04DC;
--blue-700: #3D04AF;
--blue-800: #2B037D;
--blue-900: #1C0250;
--blue-950: #110132;
}