Blue
#2500E0
BlueColor Codes
All color formats for development
HEX
#2500E0RGB
rgb(37, 0, 224)HSL
hsl(250, 100%, 44%)OKLCH
oklch(0.42 0.277 269.1)CMYK
cmyk(83%, 100%, 0%, 12%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2200CA
2#1E00B4
3#1A009D
4#160087
5#130070
6#0F005A
7#0B0043
8#07002D
9#040016
Tints
Lighter variations
1#2A00FD
2#411BFF
3#5837FF
4#7054FF
5#8870FF
6#A08DFF
7#B8A9FF
8#CFC6FF
9#E7E2FF
Tones
Muted variations
1#2D0BD5
2#3416CA
3#3C22BF
4#432DB4
5#4B38A8
6#52439D
7#5A4F92
8#615A87
9#69657B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F0 #F2F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1DB #E1DBFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8BD #C8BDFF | Secondary backgroundsInput backgroundsDividers |
| 300 | 9D8A #9D8AFF | BordersInactive statesPlaceholder text |
| 400 | 6A4D #6A4DFF | Disabled statesSecondary iconsMuted text |
| 500 | 401A #401AFF | Primary brand colorCTAsActive elementsLinks |
| 600 | 2500 #2500E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1E00 #1E00B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1500 #150080 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E00 #0E0052 | Primary textHigh emphasis contentDark headings |
| 950 | 0900 #090033 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--blue-50: #F2F0FF;
--blue-100: #E1DBFF;
--blue-200: #C8BDFF;
--blue-300: #9D8AFF;
--blue-400: #6A4DFF;
--blue-500: #401AFF;
--blue-600: #2500E0;
--blue-700: #1E00B3;
--blue-800: #150080;
--blue-900: #0E0052;
--blue-950: #090033;
}