Blue
#2504DC
BlueColor Codes
All color formats for development
HEX
#2504DCRGB
rgb(37, 4, 220)HSL
hsl(249, 96%, 44%)OKLCH
oklch(0.416 0.272 269.3)CMYK
cmyk(83%, 98%, 0%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2104C6
2#1D04B0
3#1A039A
4#160384
5#12026E
6#0F0258
7#0B0142
8#07012C
9#040016
Tints
Lighter variations
1#2905F8
2#401FFA
3#583BFB
4#7057FC
5#8873FC
6#9F8FFD
7#B7ABFD
8#CFC7FE
9#E7E3FE
Tones
Muted variations
1#2C0FD1
2#341AC6
3#3B25BC
4#4330B1
5#4B3AA6
6#52459B
7#5A5091
8#615B86
9#69657B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F0 #F2F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1DC #E1DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8BE #C8BEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | 9D8C #9D8CFD | BordersInactive statesPlaceholder text |
| 400 | 6A50 #6A50FB | Disabled statesSecondary iconsMuted text |
| 500 | 3F1E #3F1EFA | Primary brand colorCTAsActive elementsLinks |
| 600 | 2504 #2504DC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D04 #1D04AF | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1503 #15037D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D02 #0D0250 | Primary textHigh emphasis contentDark headings |
| 950 | 0801 #080132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--blue-50: #F2F0FF;
--blue-100: #E1DCFE;
--blue-200: #C8BEFE;
--blue-300: #9D8CFD;
--blue-400: #6A50FB;
--blue-500: #3F1EFA;
--blue-600: #2504DC;
--blue-700: #1D04AF;
--blue-800: #15037D;
--blue-900: #0D0250;
--blue-950: #080132;
}