Blue
#4102DE
PurpleColor Codes
All color formats for development
HEX
#4102DERGB
rgb(65, 2, 222)HSL
hsl(257, 98%, 44%)OKLCH
oklch(0.435 0.268 277.2)CMYK
cmyk(71%, 99%, 0%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3A02C8
2#3402B2
3#2D029C
4#270185
5#20016F
6#1A0159
7#130143
8#0D002C
9#060016
Tints
Lighter variations
1#4903FA
2#5C1DFD
3#7139FD
4#8555FD
5#9972FE
6#AE8EFE
7#C2AAFE
8#D6C6FE
9#EBE3FF
Tones
Muted variations
1#450DD3
2#4A18C8
3#4F23BD
4#542EB2
5#5839A7
6#5D449C
7#624F91
8#675A86
9#6B657B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F0 #F4F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6DC #E6DCFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0BD #D0BDFE | Secondary backgroundsInput backgroundsDividers |
| 300 | AB8B #AB8BFE | BordersInactive statesPlaceholder text |
| 400 | 804E #804EFD | Disabled statesSecondary iconsMuted text |
| 500 | 5C1C #5C1CFD | Primary brand colorCTAsActive elementsLinks |
| 600 | 4102 #4102DE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3302 #3302B1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2501 #25017E | Text on light backgroundsHeadingsStrong borders |
| 900 | 1701 #170151 | Primary textHigh emphasis contentDark headings |
| 950 | 0F01 #0F0132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--blue-50: #F4F0FF;
--blue-100: #E6DCFF;
--blue-200: #D0BDFE;
--blue-300: #AB8BFE;
--blue-400: #804EFD;
--blue-500: #5C1CFD;
--blue-600: #4102DE;
--blue-700: #3302B1;
--blue-800: #25017E;
--blue-900: #170151;
--blue-950: #0F0132;
}