Blue
#3208D9
BlueColor Codes
All color formats for development
HEX
#3208D9RGB
rgb(50, 8, 217)HSL
hsl(252, 93%, 44%)OKLCH
oklch(0.421 0.265 272.9)CMYK
cmyk(77%, 96%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2D07C3
2#2806AD
3#230598
4#1E0582
5#19046C
6#140357
7#0F0241
8#0A022B
9#050116
Tints
Lighter variations
1#3809F4
2#4D23F7
3#633EF8
4#7A5AF9
5#9075FA
6#A691FB
7#BCACFC
8#D3C8FD
9#E9E3FE
Tones
Muted variations
1#3812CE
2#3E1DC4
3#4427B9
4#4B32AF
5#513CA4
6#57469A
7#5D5190
8#645B85
9#6A667B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F0 #F3F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3DD #E3DDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBBF #CBBFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | A48E #A48EFB | BordersInactive statesPlaceholder text |
| 400 | 7453 #7453F9 | Disabled statesSecondary iconsMuted text |
| 500 | 4C22 #4C22F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3208 #3208D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2706 #2706AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C04 #1C047B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1203 #12034F | Primary textHigh emphasis contentDark headings |
| 950 | 0B02 #0B0231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--blue-50: #F3F0FE;
--blue-100: #E3DDFE;
--blue-200: #CBBFFD;
--blue-300: #A48EFB;
--blue-400: #7453F9;
--blue-500: #4C22F7;
--blue-600: #3208D9;
--blue-700: #2706AC;
--blue-800: #1C047B;
--blue-900: #12034F;
--blue-950: #0B0231;
}