Blue
#3F0DD3
PurpleColor Codes
All color formats for development
HEX
#3F0DD3RGB
rgb(63, 13, 211)HSL
hsl(255, 88%, 44%)OKLCH
oklch(0.424 0.254 277.6)CMYK
cmyk(70%, 94%, 0%, 17%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#390CBE
2#320BA9
3#2C0994
4#26087F
5#1F0769
6#190554
7#13043F
8#0D032A
9#060115
Tints
Lighter variations
1#470FEE
2#5A28F1
3#6F43F3
4#845EF5
5#9879F6
6#AD94F8
7#C1AEFA
8#D6C9FC
9#EAE4FD
Tones
Muted variations
1#4417C9
2#4921BF
3#4E2BB5
4#5335AB
5#583FA2
6#5C4998
7#61538E
8#665C84
9#6B667A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F1 #F4F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5DD #E5DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFC1 #CFC1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | AB91 #AB91F8 | BordersInactive statesPlaceholder text |
| 400 | 7E57 #7E57F4 | Disabled statesSecondary iconsMuted text |
| 500 | 5A27 #5A27F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3F0D #3F0DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 320B #320BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2408 #240878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1705 #17054D | Primary textHigh emphasis contentDark headings |
| 950 | 0E03 #0E0330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--blue-50: #F4F1FE;
--blue-100: #E5DDFD;
--blue-200: #CFC1FB;
--blue-300: #AB91F8;
--blue-400: #7E57F4;
--blue-500: #5A27F1;
--blue-600: #3F0DD3;
--blue-700: #320BA8;
--blue-800: #240878;
--blue-900: #17054D;
--blue-950: #0E0330;
}