Blue
#2900E0
BlueColor Codes
All color formats for development
HEX
#2900E0RGB
rgb(41, 0, 224)HSL
hsl(251, 100%, 44%)OKLCH
oklch(0.422 0.276 270)CMYK
cmyk(82%, 100%, 0%, 12%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2500CA
2#2100B4
3#1D009D
4#190087
5#150070
6#10005A
7#0C0043
8#08002D
9#040016
Tints
Lighter variations
1#2E00FD
2#441BFF
3#5C37FF
4#7354FF
5#8A70FF
6#A28DFF
7#B9A9FF
8#D0C6FF
9#E8E2FF
Tones
Muted variations
1#300BD5
2#3716CA
3#3E22BF
4#462DB4
5#4D38A8
6#54439D
7#5B4F92
8#625A87
9#69657B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F0 #F3F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2DB #E2DBFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9BD #C9BDFF | Secondary backgroundsInput backgroundsDividers |
| 300 | 9F8A #9F8AFF | BordersInactive statesPlaceholder text |
| 400 | 6D4D #6D4DFF | Disabled statesSecondary iconsMuted text |
| 500 | 441A #441AFF | Primary brand colorCTAsActive elementsLinks |
| 600 | 2900 #2900E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2100 #2100B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1700 #170080 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F00 #0F0052 | 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: #F3F0FF;
--blue-100: #E2DBFF;
--blue-200: #C9BDFF;
--blue-300: #9F8AFF;
--blue-400: #6D4DFF;
--blue-500: #441AFF;
--blue-600: #2900E0;
--blue-700: #2100B3;
--blue-800: #170080;
--blue-900: #0F0052;
--blue-950: #090033;
}