Blue
#4C03DD
PurpleColor Codes
All color formats for development
HEX
#4C03DDRGB
rgb(76, 3, 221)HSL
hsl(260, 97%, 44%)OKLCH
oklch(0.443 0.264 281.1)CMYK
cmyk(66%, 99%, 0%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4403C7
2#3D03B1
3#35029B
4#2E0285
5#26026F
6#1E0158
7#170142
8#0F012C
9#080016
Tints
Lighter variations
1#5604F9
2#681EFC
3#7B3AFC
4#8E56FC
5#A172FD
6#B38EFD
7#C6ABFE
8#D9C7FE
9#ECE3FF
Tones
Muted variations
1#500ED2
2#5319C7
3#5724BC
4#5A2FB2
5#5E3AA7
6#62459C
7#655091
8#695A86
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 | B18B #B18BFD | BordersInactive statesPlaceholder text |
| 400 | 894F #894FFC | Disabled statesSecondary iconsMuted text |
| 500 | 671D #671DFC | Primary brand colorCTAsActive elementsLinks |
| 600 | 4C03 #4C03DD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3C03 #3C03B0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2B02 #2B027E | Text on light backgroundsHeadingsStrong borders |
| 900 | 1C01 #1C0150 | 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: #B18BFD;
--blue-400: #894FFC;
--blue-500: #671DFC;
--blue-600: #4C03DD;
--blue-700: #3C03B0;
--blue-800: #2B027E;
--blue-900: #1C0150;
--blue-950: #110132;
}