Blue
#3F07DA
PurpleColor Codes
All color formats for development
HEX
#3F07DARGB
rgb(63, 7, 218)HSL
hsl(256, 94%, 44%)OKLCH
oklch(0.43 0.263 276.9)CMYK
cmyk(71%, 97%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3906C4
2#3205AE
3#2C0598
4#260483
5#1F036D
6#190357
7#130241
8#0D012C
9#060116
Tints
Lighter variations
1#4708F5
2#5B21F8
3#6F3DF9
4#8459FA
5#9874FB
6#AD90FC
7#C1ACFC
8#D6C8FD
9#EAE3FE
Tones
Muted variations
1#4411CF
2#491CC5
3#4E26BA
4#5331AF
5#583BA5
6#5D469A
7#615190
8#665B85
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 | CFBF #CFBFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | AB8D #AB8DFB | BordersInactive statesPlaceholder text |
| 400 | 7F52 #7F52FA | Disabled statesSecondary iconsMuted text |
| 500 | 5A20 #5A20F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3F07 #3F07DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3205 #3205AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2404 #24047C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1702 #17024F | Primary textHigh emphasis contentDark headings |
| 950 | 0E02 #0E0231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--blue-50: #F4F0FF;
--blue-100: #E5DCFE;
--blue-200: #CFBFFD;
--blue-300: #AB8DFB;
--blue-400: #7F52FA;
--blue-500: #5A20F8;
--blue-600: #3F07DA;
--blue-700: #3205AD;
--blue-800: #24047C;
--blue-900: #17024F;
--blue-950: #0E0231;
}