Blue
#2509D7
BlueColor Codes
All color formats for development
HEX
#2509D7RGB
rgb(37, 9, 215)HSL
hsl(248, 92%, 44%)OKLCH
oklch(0.411 0.266 269.5)CMYK
cmyk(83%, 96%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2108C2
2#1D07AC
3#1A0697
4#160581
5#12046C
6#0F0456
7#0B0341
8#07022B
9#040116
Tints
Lighter variations
1#290AF3
2#4024F6
3#583FF7
4#705AF8
5#8776F9
6#9F91FA
7#B7ADFC
8#CFC8FD
9#E7E4FE
Tones
Muted variations
1#2C13CD
2#341EC3
3#3B28B8
4#4332AE
5#4A3DA4
6#524799
7#59518F
8#615C85
9#69667B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F0 #F2F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1DD #E1DDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7BF #C7BFFC | Secondary backgroundsInput backgroundsDividers |
| 300 | 9D8E #9D8EFA | BordersInactive statesPlaceholder text |
| 400 | 6A54 #6A54F8 | Disabled statesSecondary iconsMuted text |
| 500 | 3F23 #3F23F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2509 #2509D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D07 #1D07AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1505 #15057A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D03 #0D034E | Primary textHigh emphasis contentDark headings |
| 950 | 0802 #080231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--blue-50: #F2F0FE;
--blue-100: #E1DDFE;
--blue-200: #C7BFFC;
--blue-300: #9D8EFA;
--blue-400: #6A54F8;
--blue-500: #3F23F6;
--blue-600: #2509D7;
--blue-700: #1D07AB;
--blue-800: #15057A;
--blue-900: #0D034E;
--blue-950: #080231;
}