Blue
#3609D7
BlueColor Codes
All color formats for development
HEX
#3609D7RGB
rgb(54, 9, 215)HSL
hsl(253, 92%, 44%)OKLCH
oklch(0.421 0.261 274.2)CMYK
cmyk(75%, 96%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3008C2
2#2B07AC
3#260697
4#200581
5#1B046C
6#150456
7#100341
8#0B022B
9#050116
Tints
Lighter variations
1#3D0AF3
2#5124F6
3#673FF7
4#7D5AF8
5#9276F9
6#A891FA
7#BEADFC
8#D4C8FD
9#E9E4FE
Tones
Muted variations
1#3C13CD
2#411EC3
3#4728B8
4#4D32AE
5#533DA4
6#594799
7#5F518F
8#655C85
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 | CDBF #CDBFFC | Secondary backgroundsInput backgroundsDividers |
| 300 | A68E #A68EFA | BordersInactive statesPlaceholder text |
| 400 | 7754 #7754F8 | Disabled statesSecondary iconsMuted text |
| 500 | 5023 #5023F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3609 #3609D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2B07 #2B07AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1F05 #1F057A | Text on light backgroundsHeadingsStrong borders |
| 900 | 1403 #14034E | 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: #CDBFFC;
--blue-300: #A68EFA;
--blue-400: #7754F8;
--blue-500: #5023F6;
--blue-600: #3609D7;
--blue-700: #2B07AB;
--blue-800: #1F057A;
--blue-900: #14034E;
--blue-950: #0C0231;
}