Blue
#4120F8
BlueColor Codes
All color formats for development
HEX
#4120F8RGB
rgb(65, 32, 248)HSL
hsl(249, 94%, 55%)OKLCH
oklch(0.48 0.284 274.2)CMYK
cmyk(74%, 87%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2B08F5
2#2607DA
3#2206BE
4#1D05A3
5#180488
6#13036D
7#0E0352
8#0A0236
9#05011B
Tints
Lighter variations
1#5437F9
2#674DF9
3#7A63FA
4#8D79FB
5#A090FC
6#B3A6FC
7#C6BCFD
8#D9D2FE
9#ECE9FE
Tones
Muted variations
1#482BED
2#5036E3
3#5741D8
4#5F4CCD
5#6656C2
6#6E61B7
7#766CAD
8#7D77A2
9#858197
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F0 #F2F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1DC #E1DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8BF #C8BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | 9E8D #9E8DFB | BordersInactive statesPlaceholder text |
| 400 | 6B52 #6B52FA | Disabled statesSecondary iconsMuted text |
| 500 | 4120 #4120F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2607 #2607DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F05 #1F05AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1604 #16047C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E02 #0E024F | Primary textHigh emphasis contentDark headings |
| 950 | 0902 #090231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--blue-50: #F2F0FF;
--blue-100: #E1DCFE;
--blue-200: #C8BFFD;
--blue-300: #9E8DFB;
--blue-400: #6B52FA;
--blue-500: #4120F8;
--blue-600: #2607DA;
--blue-700: #1F05AD;
--blue-800: #16047C;
--blue-900: #0E024F;
--blue-950: #090231;
}