Blue
#4206DB
PurpleColor Codes
All color formats for development
HEX
#4206DBRGB
rgb(66, 6, 219)HSL
hsl(257, 95%, 44%)OKLCH
oklch(0.433 0.263 277.8)CMYK
cmyk(70%, 97%, 0%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3B05C5
2#3504AF
3#2E0499
4#280383
5#21036D
6#1A0258
7#140242
8#0D012C
9#070116
Tints
Lighter variations
1#4A06F7
2#5E20F9
3#723CFA
4#8658FB
5#9A74FB
6#AE90FC
7#C3ABFD
8#D7C7FE
9#EBE3FE
Tones
Muted variations
1#4710D0
2#4B1BC5
3#5026BB
4#5430B0
5#593BA5
6#5E469B
7#625090
8#675B86
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 | D0BE #D0BEFD | Secondary backgroundsInput backgroundsDividers |
| 300 | AC8D #AC8DFC | BordersInactive statesPlaceholder text |
| 400 | 8151 #8151FB | Disabled statesSecondary iconsMuted text |
| 500 | 5D1F #5D1FF9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4206 #4206DB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3504 #3504AE | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2603 #26037C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1802 #180250 | 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: #E6DCFE;
--blue-200: #D0BEFD;
--blue-300: #AC8DFC;
--blue-400: #8151FB;
--blue-500: #5D1FF9;
--blue-600: #4206DB;
--blue-700: #3504AE;
--blue-800: #26037C;
--blue-900: #180250;
--blue-950: #0F0132;
}