Blue
#3325F4
BlueColor Codes
All color formats for development
HEX
#3325F4RGB
rgb(51, 37, 244)HSL
hsl(244, 90%, 55%)OKLCH
oklch(0.471 0.28 270.8)CMYK
cmyk(79%, 85%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1C0DF0
2#190BD5
3#160ABB
4#1308A0
5#0F0785
6#0C066B
7#090450
8#060335
9#03011B
Tints
Lighter variations
1#473BF5
2#5C51F6
3#7066F7
4#847CF8
5#9992F9
6#ADA8FA
7#C2BEFC
8#D6D3FD
9#EBE9FE
Tones
Muted variations
1#3C2FE9
2#453ADF
3#4E44D5
4#574ECA
5#5F59C0
6#6863B6
7#716DAB
8#7A78A1
9#838297
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F0 #F1F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFDD #DFDDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4C0 #C4C0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 9790 #9790F9 | BordersInactive statesPlaceholder text |
| 400 | 6055 #6055F6 | Disabled statesSecondary iconsMuted text |
| 500 | 3325 #3325F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 190B #190BD5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1409 #1409AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E06 #0E0679 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0904 #09044E | Primary textHigh emphasis contentDark headings |
| 950 | 0603 #060330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--blue-50: #F1F0FE;
--blue-100: #DFDDFD;
--blue-200: #C4C0FC;
--blue-300: #9790F9;
--blue-400: #6055F6;
--blue-500: #3325F4;
--blue-600: #190BD5;
--blue-700: #1409AA;
--blue-800: #0E0679;
--blue-900: #09044E;
--blue-950: #060330;
}