Blue
#3E06DB
PurpleColor Codes
All color formats for development
HEX
#3E06DBRGB
rgb(62, 6, 219)HSL
hsl(256, 95%, 44%)OKLCH
oklch(0.43 0.264 276.5)CMYK
cmyk(72%, 97%, 0%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3805C5
2#3204AF
3#2C0499
4#250383
5#1F036D
6#190258
7#130242
8#0C012C
9#060116
Tints
Lighter variations
1#4606F7
2#5A20F9
3#6F3CFA
4#8358FB
5#9874FB
6#AD90FC
7#C1ABFD
8#D6C7FE
9#EAE3FE
Tones
Muted variations
1#4310D0
2#481BC5
3#4D26BB
4#5230B0
5#573BA5
6#5C469B
7#615090
8#665B86
9#6B667B
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 #CFBEFD | Secondary backgroundsInput backgroundsDividers |
| 300 | AA8D #AA8DFC | BordersInactive statesPlaceholder text |
| 400 | 7E51 #7E51FB | Disabled statesSecondary iconsMuted text |
| 500 | 591F #591FF9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3E06 #3E06DB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3204 #3204AE | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2303 #23037C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1702 #170250 | 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: #CFBEFD;
--blue-300: #AA8DFC;
--blue-400: #7E51FB;
--blue-500: #591FF9;
--blue-600: #3E06DB;
--blue-700: #3204AE;
--blue-800: #23037C;
--blue-900: #170250;
--blue-950: #0E0132;
}