Blue
#4420F8
BlueColor Codes
All color formats for development
HEX
#4420F8RGB
rgb(68, 32, 248)HSL
hsl(250, 94%, 55%)OKLCH
oklch(0.482 0.283 275)CMYK
cmyk(73%, 87%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2F08F5
2#2A07DA
3#2506BE
4#1F05A3
5#1A0488
6#15036D
7#100352
8#0A0236
9#05011B
Tints
Lighter variations
1#5737F9
2#6A4DF9
3#7C63FA
4#8F79FB
5#A290FC
6#B4A6FC
7#C7BCFD
8#DAD2FE
9#ECE9FE
Tones
Muted variations
1#4C2BED
2#5336E3
3#5A41D8
4#614CCD
5#6856C2
6#6F61B7
7#776CAD
8#7E77A2
9#858197
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F0 #F3F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2DC #E2DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9BF #C9BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | A08D #A08DFB | BordersInactive statesPlaceholder text |
| 400 | 6E52 #6E52FA | Disabled statesSecondary iconsMuted text |
| 500 | 4420 #4420F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2A07 #2A07DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2105 #2105AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1804 #18047C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F02 #0F024F | Primary textHigh emphasis contentDark headings |
| 950 | 0A02 #0A0231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--blue-50: #F3F0FF;
--blue-100: #E2DCFE;
--blue-200: #C9BFFD;
--blue-300: #A08DFB;
--blue-400: #6E52FA;
--blue-500: #4420F8;
--blue-600: #2A07DA;
--blue-700: #2105AD;
--blue-800: #18047C;
--blue-900: #0F024F;
--blue-950: #0A0231;
}