Blue
#3D09D7
PurpleColor Codes
All color formats for development
HEX
#3D09D7RGB
rgb(61, 9, 215)HSL
hsl(255, 92%, 44%)OKLCH
oklch(0.426 0.26 276.5)CMYK
cmyk(72%, 96%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3708C2
2#3007AC
3#2A0697
4#240581
5#1E046C
6#180456
7#120341
8#0C022B
9#060116
Tints
Lighter variations
1#440AF3
2#5824F6
3#6D3FF7
4#825AF8
5#9776F9
6#AC91FA
7#C0ADFC
8#D5C8FD
9#EAE4FE
Tones
Muted variations
1#4213CD
2#471EC3
3#4C28B8
4#5132AE
5#563DA4
6#5C4799
7#61518F
8#665C85
9#6B667B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F0 #F4F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5DD #E5DDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFBF #CFBFFC | Secondary backgroundsInput backgroundsDividers |
| 300 | A98E #A98EFA | BordersInactive statesPlaceholder text |
| 400 | 7D54 #7D54F8 | Disabled statesSecondary iconsMuted text |
| 500 | 5723 #5723F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3D09 #3D09D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3007 #3007AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2205 #22057A | Text on light backgroundsHeadingsStrong borders |
| 900 | 1603 #16034E | 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: #F4F0FE;
--blue-100: #E5DDFE;
--blue-200: #CFBFFC;
--blue-300: #A98EFA;
--blue-400: #7D54F8;
--blue-500: #5723F6;
--blue-600: #3D09D7;
--blue-700: #3007AB;
--blue-800: #22057A;
--blue-900: #16034E;
--blue-950: #0E0231;
}