Blue
#3220F8
BlueColor Codes
All color formats for development
HEX
#3220F8RGB
rgb(50, 32, 248)HSL
hsl(245, 94%, 55%)OKLCH
oklch(0.472 0.287 270.5)CMYK
cmyk(80%, 87%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1B08F5
2#1807DA
3#1506BE
4#1205A3
5#0F0488
6#0C036D
7#090352
8#060236
9#03011B
Tints
Lighter variations
1#4737F9
2#5B4DF9
3#7063FA
4#8479FB
5#9990FC
6#ADA6FC
7#C2BCFD
8#D6D2FE
9#EBE9FE
Tones
Muted variations
1#3B2BED
2#4436E3
3#4D41D8
4#564CCD
5#5F56C2
6#6861B7
7#716CAD
8#7A77A2
9#838197
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F0 #F1F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFDC #DFDCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4BF #C4BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | 968D #968DFB | BordersInactive statesPlaceholder text |
| 400 | 6052 #6052FA | Disabled statesSecondary iconsMuted text |
| 500 | 3220 #3220F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1807 #1807DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1305 #1305AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E04 #0E047C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0902 #09024F | Primary textHigh emphasis contentDark headings |
| 950 | 0602 #060231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--blue-50: #F1F0FF;
--blue-100: #DFDCFE;
--blue-200: #C4BFFD;
--blue-300: #968DFB;
--blue-400: #6052FA;
--blue-500: #3220F8;
--blue-600: #1807DA;
--blue-700: #1305AD;
--blue-800: #0E047C;
--blue-900: #09024F;
--blue-950: #060231;
}