Blue
#3908D9
BlueColor Codes
All color formats for development
HEX
#3908D9RGB
rgb(57, 8, 217)HSL
hsl(254, 93%, 44%)OKLCH
oklch(0.425 0.263 275)CMYK
cmyk(74%, 96%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3307C3
2#2D06AD
3#280598
4#220582
5#1C046C
6#170357
7#110241
8#0B022B
9#060116
Tints
Lighter variations
1#4009F4
2#5423F7
3#693EF8
4#7F5AF9
5#9475FA
6#AA91FB
7#BFACFC
8#D4C8FD
9#EAE3FE
Tones
Muted variations
1#3E12CE
2#441DC4
3#4927B9
4#4F32AF
5#543CA4
6#5A469A
7#605190
8#655B85
9#6B667B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F0 #F4F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4DD #E4DDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDBF #CDBFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | A78E #A78EFB | BordersInactive statesPlaceholder text |
| 400 | 7953 #7953F9 | Disabled statesSecondary iconsMuted text |
| 500 | 5322 #5322F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3908 #3908D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2D06 #2D06AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2004 #20047B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1503 #15034F | Primary textHigh emphasis contentDark headings |
| 950 | 0D02 #0D0231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--blue-50: #F4F0FE;
--blue-100: #E4DDFE;
--blue-200: #CDBFFD;
--blue-300: #A78EFB;
--blue-400: #7953F9;
--blue-500: #5322F7;
--blue-600: #3908D9;
--blue-700: #2D06AC;
--blue-800: #20047B;
--blue-900: #15034F;
--blue-950: #0D0231;
}