Blue
#3A22F7
BlueColor Codes
All color formats for development
HEX
#3A22F7RGB
rgb(58, 34, 247)HSL
hsl(247, 93%, 55%)OKLCH
oklch(0.476 0.283 272.4)CMYK
cmyk(77%, 86%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2409F4
2#2008D9
3#1C07BD
4#1806A2
5#140587
6#10046C
7#0C0351
8#080236
9#04011B
Tints
Lighter variations
1#4E38F8
2#624EF9
3#7564F9
4#897AFA
5#9D90FB
6#B0A6FC
7#C4BDFD
8#D8D3FD
9#EBE9FE
Tones
Muted variations
1#432CEC
2#4B37E2
3#5342D7
4#5B4CCC
5#6357C2
6#6C62B7
7#746CAC
8#7C77A2
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 | C6BF #C6BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | 9B8E #9B8EFB | BordersInactive statesPlaceholder text |
| 400 | 6653 #6653F9 | Disabled statesSecondary iconsMuted text |
| 500 | 3A22 #3A22F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2008 #2008D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1A06 #1A06AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1204 #12047B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C03 #0C034F | 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: #C6BFFD;
--blue-300: #9B8EFB;
--blue-400: #6653F9;
--blue-500: #3A22F7;
--blue-600: #2008D9;
--blue-700: #1A06AC;
--blue-800: #12047B;
--blue-900: #0C034F;
--blue-950: #070231;
}