Blue
#3322F7
BlueColor Codes
All color formats for development
HEX
#3322F7RGB
rgb(51, 34, 247)HSL
hsl(245, 93%, 55%)OKLCH
oklch(0.472 0.285 270.7)CMYK
cmyk(79%, 86%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1C09F4
2#1908D9
3#1607BD
4#1306A2
5#100587
6#0D046C
7#090351
8#060236
9#03011B
Tints
Lighter variations
1#4838F8
2#5C4EF9
3#7064F9
4#857AFA
5#9990FB
6#AEA6FC
7#C2BDFD
8#D6D3FD
9#EBE9FE
Tones
Muted variations
1#3C2CEC
2#4537E2
3#4E42D7
4#574CCC
5#6057C2
6#6962B7
7#726CAC
8#7A77A2
9#838297
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F0 #F1F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFDD #DFDDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4BF #C4BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | 978E #978EFB | BordersInactive statesPlaceholder text |
| 400 | 6153 #6153F9 | Disabled statesSecondary iconsMuted text |
| 500 | 3322 #3322F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1908 #1908D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1406 #1406AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E04 #0E047B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0903 #09034F | Primary textHigh emphasis contentDark headings |
| 950 | 0602 #060231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--blue-50: #F1F0FE;
--blue-100: #DFDDFE;
--blue-200: #C4BFFD;
--blue-300: #978EFB;
--blue-400: #6153F9;
--blue-500: #3322F7;
--blue-600: #1908D9;
--blue-700: #1406AC;
--blue-800: #0E047B;
--blue-900: #09034F;
--blue-950: #060231;
}