Blue
#3E22F7
BlueColor Codes
All color formats for development
HEX
#3E22F7RGB
rgb(62, 34, 247)HSL
hsl(248, 93%, 55%)OKLCH
oklch(0.478 0.282 273.4)CMYK
cmyk(75%, 86%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2809F4
2#2408D9
3#1F07BD
4#1B06A2
5#160587
6#12046C
7#0D0351
8#090236
9#04011B
Tints
Lighter variations
1#5138F8
2#654EF9
3#7864F9
4#8B7AFA
5#9E90FB
6#B2A6FC
7#C5BDFD
8#D8D3FD
9#ECE9FE
Tones
Muted variations
1#462CEC
2#4E37E2
3#5542D7
4#5D4CCC
5#6557C2
6#6D62B7
7#756CAC
8#7D77A2
9#848297
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F0 #F2F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1DD #E1DDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7BF #C7BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | 9C8E #9C8EFB | BordersInactive statesPlaceholder text |
| 400 | 6953 #6953F9 | Disabled statesSecondary iconsMuted text |
| 500 | 3E22 #3E22F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2408 #2408D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C06 #1C06AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1404 #14047B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D03 #0D034F | Primary textHigh emphasis contentDark headings |
| 950 | 0802 #080231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--blue-50: #F2F0FE;
--blue-100: #E1DDFE;
--blue-200: #C7BFFD;
--blue-300: #9C8EFB;
--blue-400: #6953F9;
--blue-500: #3E22F7;
--blue-600: #2408D9;
--blue-700: #1C06AC;
--blue-800: #14047B;
--blue-900: #0D034F;
--blue-950: #080231;
}