Blue
#3909D7
BlueColor Codes
All color formats for development
HEX
#3909D7RGB
rgb(57, 9, 215)HSL
hsl(254, 92%, 44%)OKLCH
oklch(0.423 0.261 275.2)CMYK
cmyk(73%, 96%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3308C2
2#2E07AC
3#280697
4#220581
5#1D046C
6#170456
7#110341
8#0B022B
9#060116
Tints
Lighter variations
1#400AF3
2#5524F6
3#6A3FF7
4#7F5AF8
5#9576F9
6#AA91FA
7#BFADFC
8#D4C8FD
9#EAE4FE
Tones
Muted variations
1#3F13CD
2#441EC3
3#4A28B8
4#4F32AE
5#553DA4
6#5A4799
7#60518F
8#655C85
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 | CEBF #CEBFFC | Secondary backgroundsInput backgroundsDividers |
| 300 | A88E #A88EFA | BordersInactive statesPlaceholder text |
| 400 | 7A54 #7A54F8 | Disabled statesSecondary iconsMuted text |
| 500 | 5423 #5423F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3909 #3909D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2D07 #2D07AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2005 #20057A | Text on light backgroundsHeadingsStrong borders |
| 900 | 1503 #15034E | 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: #CEBFFC;
--blue-300: #A88EFA;
--blue-400: #7A54F8;
--blue-500: #5423F6;
--blue-600: #3909D7;
--blue-700: #2D07AB;
--blue-800: #20057A;
--blue-900: #15034E;
--blue-950: #0D0231;
}