Blue
#3224F5
BlueColor Codes
All color formats for development
HEX
#3224F5RGB
rgb(50, 36, 245)HSL
hsl(244, 91%, 55%)OKLCH
oklch(0.471 0.282 270.6)CMYK
cmyk(80%, 85%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1B0BF1
2#180AD6
3#1509BC
4#1208A1
5#0F0686
6#0C056B
7#090450
8#060336
9#03011B
Tints
Lighter variations
1#463AF6
2#5B50F7
3#6F66F8
4#847BF9
5#9891FA
6#ADA7FB
7#C1BDFC
8#D6D3FD
9#EAE9FE
Tones
Muted variations
1#3B2EEA
2#4439E0
3#4D43D5
4#564ECB
5#5F58C0
6#6862B6
7#716DAC
8#7A77A1
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 | 968F #968FFA | BordersInactive statesPlaceholder text |
| 400 | 5F55 #5F55F7 | Disabled statesSecondary iconsMuted text |
| 500 | 3224 #3224F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 180A #180AD6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1308 #1308AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D06 #0D067A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0904 #09044E | Primary textHigh emphasis contentDark headings |
| 950 | 0502 #050231 | 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: #968FFA;
--blue-400: #5F55F7;
--blue-500: #3224F5;
--blue-600: #180AD6;
--blue-700: #1308AA;
--blue-800: #0D067A;
--blue-900: #09044E;
--blue-950: #050231;
}