Blue
#3022F7
BlueColor Codes
All color formats for development
HEX
#3022F7RGB
rgb(48, 34, 247)HSL
hsl(244, 93%, 55%)OKLCH
oklch(0.471 0.286 270.1)CMYK
cmyk(81%, 86%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1809F4
2#1608D9
3#1307BD
4#1006A2
5#0E0587
6#0B046C
7#080351
8#050236
9#03011B
Tints
Lighter variations
1#4438F8
2#594EF9
3#6E64F9
4#837AFA
5#9790FB
6#ACA6FC
7#C1BDFD
8#D6D3FD
9#EAE9FE
Tones
Muted variations
1#392CEC
2#4237E2
3#4C42D7
4#554CCC
5#5E57C2
6#6762B7
7#716CAC
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 | C3BF #C3BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | 958E #958EFB | BordersInactive statesPlaceholder text |
| 400 | 5E53 #5E53F9 | Disabled statesSecondary iconsMuted text |
| 500 | 3022 #3022F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1608 #1608D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1106 #1106AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C04 #0C047B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0803 #08034F | 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: #DFDDFE;
--blue-200: #C3BFFD;
--blue-300: #958EFB;
--blue-400: #5E53F9;
--blue-500: #3022F7;
--blue-600: #1608D9;
--blue-700: #1106AC;
--blue-800: #0C047B;
--blue-900: #08034F;
--blue-950: #050231;
}