Blue
#3D02DE
PurpleColor Codes
All color formats for development
HEX
#3D02DERGB
rgb(61, 2, 222)HSL
hsl(256, 98%, 44%)OKLCH
oklch(0.432 0.269 275.9)CMYK
cmyk(73%, 99%, 0%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3702C8
2#3102B2
3#2B029C
4#250185
5#1E016F
6#180159
7#120143
8#0C002C
9#060016
Tints
Lighter variations
1#4503FA
2#591DFD
3#6D39FD
4#8255FD
5#9772FE
6#AC8EFE
7#C1AAFE
8#D5C6FE
9#EAE3FF
Tones
Muted variations
1#420DD3
2#4718C8
3#4C23BD
4#512EB2
5#5739A7
6#5C449C
7#614F91
8#665A86
9#6B657B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F0 #F4F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5DC #E5DCFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFBD #CFBDFE | Secondary backgroundsInput backgroundsDividers |
| 300 | AA8B #AA8BFE | BordersInactive statesPlaceholder text |
| 400 | 7D4E #7D4EFD | Disabled statesSecondary iconsMuted text |
| 500 | 581C #581CFD | Primary brand colorCTAsActive elementsLinks |
| 600 | 3D02 #3D02DE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3002 #3002B1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2301 #23017E | Text on light backgroundsHeadingsStrong borders |
| 900 | 1601 #160151 | Primary textHigh emphasis contentDark headings |
| 950 | 0E01 #0E0132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--blue-50: #F4F0FF;
--blue-100: #E5DCFF;
--blue-200: #CFBDFE;
--blue-300: #AA8BFE;
--blue-400: #7D4EFD;
--blue-500: #581CFD;
--blue-600: #3D02DE;
--blue-700: #3002B1;
--blue-800: #23017E;
--blue-900: #160151;
--blue-950: #0E0132;
}