Blue
#4D08D9
PurpleColor Codes
All color formats for development
HEX
#4D08D9RGB
rgb(77, 8, 217)HSL
hsl(260, 93%, 44%)OKLCH
oklch(0.441 0.259 282)CMYK
cmyk(65%, 96%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4607C3
2#3E06AD
3#360598
4#2E0582
5#27046C
6#1F0357
7#170241
8#0F022B
9#080116
Tints
Lighter variations
1#5709F4
2#6923F7
3#7C3EF8
4#8F5AF9
5#A175FA
6#B491FB
7#C7ACFC
8#DAC8FD
9#ECE3FE
Tones
Muted variations
1#5112CE
2#541DC4
3#5827B9
4#5B32AF
5#5F3CA4
6#62469A
7#665190
8#695B85
9#6D667B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F0 #F5F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8DD #E8DDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | D4BF #D4BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | B28E #B28EFB | BordersInactive statesPlaceholder text |
| 400 | 8A53 #8A53F9 | Disabled statesSecondary iconsMuted text |
| 500 | 6922 #6922F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4D08 #4D08D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3E06 #3E06AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2C04 #2C047B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1C03 #1C034F | Primary textHigh emphasis contentDark headings |
| 950 | 1202 #120231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--blue-50: #F5F0FE;
--blue-100: #E8DDFE;
--blue-200: #D4BFFD;
--blue-300: #B28EFB;
--blue-400: #8A53F9;
--blue-500: #6922F7;
--blue-600: #4D08D9;
--blue-700: #3E06AC;
--blue-800: #2C047B;
--blue-900: #1C034F;
--blue-950: #120231;
}