Blue
#3A03DD
PurpleColor Codes
All color formats for development
HEX
#3A03DDRGB
rgb(58, 3, 221)HSL
hsl(255, 97%, 44%)OKLCH
oklch(0.429 0.268 275)CMYK
cmyk(74%, 99%, 0%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3403C7
2#2E03B1
3#28029B
4#230285
5#1D026F
6#170158
7#110142
8#0C012C
9#060016
Tints
Lighter variations
1#4104F9
2#551EFC
3#6B3AFC
4#8056FC
5#9572FD
6#AA8EFD
7#BFABFE
8#D5C7FE
9#EAE3FF
Tones
Muted variations
1#3F0ED2
2#4519C7
3#4A24BC
4#502FB2
5#553AA7
6#5A459C
7#605091
8#655A86
9#6B657B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F0 #F4F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4DC #E4DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | CEBE #CEBEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | A88B #A88BFD | BordersInactive statesPlaceholder text |
| 400 | 7A4F #7A4FFC | Disabled statesSecondary iconsMuted text |
| 500 | 551D #551DFC | Primary brand colorCTAsActive elementsLinks |
| 600 | 3A03 #3A03DD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E03 #2E03B0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2102 #21027E | Text on light backgroundsHeadingsStrong borders |
| 900 | 1501 #150150 | Primary textHigh emphasis contentDark headings |
| 950 | 0D01 #0D0132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--blue-50: #F4F0FF;
--blue-100: #E4DCFE;
--blue-200: #CEBEFE;
--blue-300: #A88BFD;
--blue-400: #7A4FFC;
--blue-500: #551DFC;
--blue-600: #3A03DD;
--blue-700: #2E03B0;
--blue-800: #21027E;
--blue-900: #150150;
--blue-950: #0D0132;
}