Blue
#3722F7
BlueColor Codes
All color formats for development
HEX
#3722F7RGB
rgb(55, 34, 247)HSL
hsl(246, 93%, 55%)OKLCH
oklch(0.474 0.284 271.6)CMYK
cmyk(78%, 86%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2009F4
2#1D08D9
3#1907BD
4#1606A2
5#120587
6#0E046C
7#0B0351
8#070236
9#04011B
Tints
Lighter variations
1#4B38F8
2#5F4EF9
3#7364F9
4#877AFA
5#9B90FB
6#AFA6FC
7#C3BDFD
8#D7D3FD
9#EBE9FE
Tones
Muted variations
1#3F2CEC
2#4837E2
3#5042D7
4#594CCC
5#6257C2
6#6A62B7
7#736CAC
8#7B77A2
9#848297
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F0 #F2F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0DD #E0DDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5BF #C5BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | 998E #998EFB | BordersInactive statesPlaceholder text |
| 400 | 6353 #6353F9 | Disabled statesSecondary iconsMuted text |
| 500 | 3722 #3722F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1D08 #1D08D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1706 #1706AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1004 #10047B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A03 #0A034F | Primary textHigh emphasis contentDark headings |
| 950 | 0702 #070231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--blue-50: #F2F0FE;
--blue-100: #E0DDFE;
--blue-200: #C5BFFD;
--blue-300: #998EFB;
--blue-400: #6353F9;
--blue-500: #3722F7;
--blue-600: #1D08D9;
--blue-700: #1706AC;
--blue-800: #10047B;
--blue-900: #0A034F;
--blue-950: #070231;
}