Blue
#3508D9
BlueColor Codes
All color formats for development
HEX
#3508D9RGB
rgb(53, 8, 217)HSL
hsl(253, 93%, 44%)OKLCH
oklch(0.422 0.264 273.8)CMYK
cmyk(76%, 96%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3007C3
2#2A06AD
3#250598
4#200582
5#1B046C
6#150357
7#100241
8#0B022B
9#050116
Tints
Lighter variations
1#3C09F4
2#5123F7
3#663EF8
4#7C5AF9
5#9275FA
6#A891FB
7#BEACFC
8#D3C8FD
9#E9E3FE
Tones
Muted variations
1#3B12CE
2#411DC4
3#4727B9
4#4D32AF
5#533CA4
6#59469A
7#5E5190
8#645B85
9#6A667B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F0 #F3F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4DD #E4DDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCBF #CCBFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | A58E #A58EFB | BordersInactive statesPlaceholder text |
| 400 | 7753 #7753F9 | Disabled statesSecondary iconsMuted text |
| 500 | 5022 #5022F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3508 #3508D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2A06 #2A06AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1E04 #1E047B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1303 #13034F | Primary textHigh emphasis contentDark headings |
| 950 | 0C02 #0C0231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--blue-50: #F3F0FE;
--blue-100: #E4DDFE;
--blue-200: #CCBFFD;
--blue-300: #A58EFB;
--blue-400: #7753F9;
--blue-500: #5022F7;
--blue-600: #3508D9;
--blue-700: #2A06AC;
--blue-800: #1E047B;
--blue-900: #13034F;
--blue-950: #0C0231;
}