Blue
#3902DE
PurpleColor Codes
All color formats for development
HEX
#3902DERGB
rgb(57, 2, 222)HSL
hsl(255, 98%, 44%)OKLCH
oklch(0.429 0.27 274.6)CMYK
cmyk(74%, 99%, 0%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3302C8
2#2E02B2
3#28029C
4#220185
5#1D016F
6#170159
7#110143
8#0B002C
9#060016
Tints
Lighter variations
1#4103FA
2#551DFD
3#6A39FD
4#7F55FD
5#9572FE
6#AA8EFE
7#BFAAFE
8#D4C6FE
9#EAE3FF
Tones
Muted variations
1#3F0DD3
2#4418C8
3#4A23BD
4#4F2EB2
5#5539A7
6#5A449C
7#604F91
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 #E4DCFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | CEBD #CEBDFE | Secondary backgroundsInput backgroundsDividers |
| 300 | A88B #A88BFE | BordersInactive statesPlaceholder text |
| 400 | 7A4E #7A4EFD | Disabled statesSecondary iconsMuted text |
| 500 | 541C #541CFD | Primary brand colorCTAsActive elementsLinks |
| 600 | 3902 #3902DE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E02 #2E02B1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2101 #21017E | Text on light backgroundsHeadingsStrong borders |
| 900 | 1501 #150151 | 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: #E4DCFF;
--blue-200: #CEBDFE;
--blue-300: #A88BFE;
--blue-400: #7A4EFD;
--blue-500: #541CFD;
--blue-600: #3902DE;
--blue-700: #2E02B1;
--blue-800: #21017E;
--blue-900: #150151;
--blue-950: #0D0132;
}