Blue
#3D03DD
PurpleColor Codes
All color formats for development
HEX
#3D03DDRGB
rgb(61, 3, 221)HSL
hsl(256, 97%, 44%)OKLCH
oklch(0.431 0.267 276)CMYK
cmyk(72%, 99%, 0%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3703C7
2#3103B1
3#2B029B
4#250285
5#1F026F
6#190158
7#120142
8#0C012C
9#060016
Tints
Lighter variations
1#4504F9
2#591EFC
3#6E3AFC
4#8356FC
5#9772FD
6#AC8EFD
7#C1ABFE
8#D6C7FE
9#EAE3FF
Tones
Muted variations
1#420ED2
2#4819C7
3#4D24BC
4#522FB2
5#573AA7
6#5C459C
7#615091
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 #E5DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFBE #CFBEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | AA8B #AA8BFD | BordersInactive statesPlaceholder text |
| 400 | 7D4F #7D4FFC | Disabled statesSecondary iconsMuted text |
| 500 | 581D #581DFC | Primary brand colorCTAsActive elementsLinks |
| 600 | 3D03 #3D03DD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3103 #3103B0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2302 #23027E | Text on light backgroundsHeadingsStrong borders |
| 900 | 1601 #160150 | 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: #E5DCFE;
--blue-200: #CFBEFE;
--blue-300: #AA8BFD;
--blue-400: #7D4FFC;
--blue-500: #581DFC;
--blue-600: #3D03DD;
--blue-700: #3103B0;
--blue-800: #23027E;
--blue-900: #160150;
--blue-950: #0E0132;
}