Blue
#4F02DE
PurpleColor Codes
All color formats for development
HEX
#4F02DERGB
rgb(79, 2, 222)HSL
hsl(261, 98%, 44%)OKLCH
oklch(0.446 0.265 282.1)CMYK
cmyk(64%, 99%, 0%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4702C8
2#3F02B2
3#37029C
4#300185
5#28016F
6#200159
7#180143
8#10002C
9#080016
Tints
Lighter variations
1#5903FA
2#6B1DFD
3#7E39FD
4#9055FD
5#A372FE
6#B58EFE
7#C8AAFE
8#DAC6FE
9#EDE3FF
Tones
Muted variations
1#530DD3
2#5618C8
3#5923BD
4#5C2EB2
5#6039A7
6#63449C
7#664F91
8#6A5A86
9#6D657B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F0 #F5F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8DC #E8DCFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | D4BD #D4BDFE | Secondary backgroundsInput backgroundsDividers |
| 300 | B38B #B38BFE | BordersInactive statesPlaceholder text |
| 400 | 8C4E #8C4EFD | Disabled statesSecondary iconsMuted text |
| 500 | 6B1C #6B1CFD | Primary brand colorCTAsActive elementsLinks |
| 600 | 4F02 #4F02DE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3F02 #3F02B1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2D01 #2D017E | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D01 #1D0151 | Primary textHigh emphasis contentDark headings |
| 950 | 1201 #120132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--blue-50: #F5F0FF;
--blue-100: #E8DCFF;
--blue-200: #D4BDFE;
--blue-300: #B38BFE;
--blue-400: #8C4EFD;
--blue-500: #6B1CFD;
--blue-600: #4F02DE;
--blue-700: #3F02B1;
--blue-800: #2D017E;
--blue-900: #1D0151;
--blue-950: #120132;
}