Blue
#3C08D9
PurpleColor Codes
All color formats for development
HEX
#3C08D9RGB
rgb(60, 8, 217)HSL
hsl(255, 93%, 44%)OKLCH
oklch(0.427 0.262 276)CMYK
cmyk(72%, 96%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3607C3
2#3006AD
3#2A0598
4#240582
5#1E046C
6#180357
7#120241
8#0C022B
9#060116
Tints
Lighter variations
1#4409F4
2#5823F7
3#6D3EF8
4#815AF9
5#9675FA
6#AB91FB
7#C0ACFC
8#D5C8FD
9#EAE3FE
Tones
Muted variations
1#4112CE
2#461DC4
3#4C27B9
4#5132AF
5#563CA4
6#5B469A
7#615190
8#665B85
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 | CEBF #CEBFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | A98E #A98EFB | BordersInactive statesPlaceholder text |
| 400 | 7C53 #7C53F9 | Disabled statesSecondary iconsMuted text |
| 500 | 5722 #5722F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3C08 #3C08D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3006 #3006AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2204 #22047B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1603 #16034F | 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: #CEBFFD;
--blue-300: #A98EFB;
--blue-400: #7C53F9;
--blue-500: #5722F7;
--blue-600: #3C08D9;
--blue-700: #3006AC;
--blue-800: #22047B;
--blue-900: #16034F;
--blue-950: #0E0231;
}