Blue
#3A20F8
BlueColor Codes
All color formats for development
HEX
#3A20F8RGB
rgb(58, 32, 248)HSL
hsl(247, 94%, 55%)OKLCH
oklch(0.476 0.285 272.4)CMYK
cmyk(77%, 87%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2308F5
2#1F07DA
3#1B06BE
4#1805A3
5#140488
6#10036D
7#0C0352
8#080236
9#04011B
Tints
Lighter variations
1#4D37F9
2#614DF9
3#7563FA
4#8979FB
5#9C90FC
6#B0A6FC
7#C4BCFD
8#D8D2FE
9#EBE9FE
Tones
Muted variations
1#422BED
2#4A36E3
3#5241D8
4#5B4CCD
5#6356C2
6#6B61B7
7#736CAD
8#7C77A2
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 | C6BF #C6BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | 9A8D #9A8DFB | BordersInactive statesPlaceholder text |
| 400 | 6552 #6552FA | Disabled statesSecondary iconsMuted text |
| 500 | 3A20 #3A20F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1F07 #1F07DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1905 #1905AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1204 #12047C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B02 #0B024F | Primary textHigh emphasis contentDark headings |
| 950 | 0702 #070231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--blue-50: #F2F0FF;
--blue-100: #E0DCFE;
--blue-200: #C6BFFD;
--blue-300: #9A8DFB;
--blue-400: #6552FA;
--blue-500: #3A20F8;
--blue-600: #1F07DA;
--blue-700: #1905AD;
--blue-800: #12047C;
--blue-900: #0B024F;
--blue-950: #070231;
}