Blue
#3620F8
BlueColor Codes
All color formats for development
HEX
#3620F8RGB
rgb(54, 32, 248)HSL
hsl(246, 94%, 55%)OKLCH
oklch(0.474 0.286 271.4)CMYK
cmyk(78%, 87%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1F08F5
2#1C07DA
3#1806BE
4#1505A3
5#110488
6#0E036D
7#0A0352
8#070236
9#03011B
Tints
Lighter variations
1#4A37F9
2#5E4DF9
3#7263FA
4#8679FB
5#9A90FC
6#AFA6FC
7#C3BCFD
8#D7D2FE
9#EBE9FE
Tones
Muted variations
1#3F2BED
2#4736E3
3#5041D8
4#584CCD
5#6156C2
6#6A61B7
7#726CAD
8#7B77A2
9#848197
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F0 #F2F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0DC #E0DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5BF #C5BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | 988D #988DFB | BordersInactive statesPlaceholder text |
| 400 | 6352 #6352FA | Disabled statesSecondary iconsMuted text |
| 500 | 3620 #3620F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1C07 #1C07DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1605 #1605AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1004 #10047C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A02 #0A024F | 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: #F2F0FF;
--blue-100: #E0DCFE;
--blue-200: #C5BFFD;
--blue-300: #988DFB;
--blue-400: #6352FA;
--blue-500: #3620F8;
--blue-600: #1C07DA;
--blue-700: #1605AD;
--blue-800: #10047C;
--blue-900: #0A024F;
--blue-950: #060231;
}