Blue
#4207DA
PurpleColor Codes
All color formats for development
HEX
#4207DARGB
rgb(66, 7, 218)HSL
hsl(257, 94%, 44%)OKLCH
oklch(0.433 0.262 277.9)CMYK
cmyk(70%, 97%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3C06C4
2#3505AE
3#2F0598
4#280483
5#21036D
6#1B0357
7#140241
8#0D012C
9#070116
Tints
Lighter variations
1#4B08F5
2#5E21F8
3#723DF9
4#8659FA
5#9B74FB
6#AF90FC
7#C3ACFC
8#D7C8FD
9#EBE3FE
Tones
Muted variations
1#4711CF
2#4C1CC5
3#5026BA
4#5531AF
5#593BA5
6#5E469A
7#625190
8#675B85
9#6C667B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F0 #F4F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6DC #E6DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0BF #D0BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | AC8D #AC8DFB | BordersInactive statesPlaceholder text |
| 400 | 8152 #8152FA | Disabled statesSecondary iconsMuted text |
| 500 | 5E20 #5E20F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4207 #4207DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3505 #3505AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2604 #26047C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1802 #18024F | Primary textHigh emphasis contentDark headings |
| 950 | 0F02 #0F0231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--blue-50: #F4F0FF;
--blue-100: #E6DCFE;
--blue-200: #D0BFFD;
--blue-300: #AC8DFB;
--blue-400: #8152FA;
--blue-500: #5E20F8;
--blue-600: #4207DA;
--blue-700: #3505AD;
--blue-800: #26047C;
--blue-900: #18024F;
--blue-950: #0F0231;
}