Blue
#3B06DB
PurpleColor Codes
All color formats for development
HEX
#3B06DBRGB
rgb(59, 6, 219)HSL
hsl(255, 95%, 44%)OKLCH
oklch(0.428 0.265 275.5)CMYK
cmyk(73%, 97%, 0%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3505C5
2#2F04AF
3#290499
4#230383
5#1D036D
6#180258
7#120242
8#0C012C
9#060116
Tints
Lighter variations
1#4206F7
2#5620F9
3#6C3CFA
4#8158FB
5#9674FB
6#AB90FC
7#C0ABFD
8#D5C7FE
9#EAE3FE
Tones
Muted variations
1#4010D0
2#461BC5
3#4B26BB
4#5030B0
5#563BA5
6#5B469B
7#605090
8#665B86
9#6B667B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F0 #F4F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5DC #E5DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | CEBE #CEBEFD | Secondary backgroundsInput backgroundsDividers |
| 300 | A88D #A88DFC | BordersInactive statesPlaceholder text |
| 400 | 7B51 #7B51FB | Disabled statesSecondary iconsMuted text |
| 500 | 561F #561FF9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3B06 #3B06DB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2F04 #2F04AE | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2103 #21037C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1502 #150250 | Primary textHigh emphasis contentDark headings |
| 950 | 0D01 #0D0132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--blue-50: #F4F0FF;
--blue-100: #E5DCFE;
--blue-200: #CEBEFD;
--blue-300: #A88DFC;
--blue-400: #7B51FB;
--blue-500: #561FF9;
--blue-600: #3B06DB;
--blue-700: #2F04AE;
--blue-800: #21037C;
--blue-900: #150250;
--blue-950: #0D0132;
}