Blue
#2E0DD3
BlueColor Codes
All color formats for development
HEX
#2E0DD3RGB
rgb(46, 13, 211)HSL
hsl(250, 88%, 44%)OKLCH
oklch(0.413 0.258 272.1)CMYK
cmyk(78%, 94%, 0%, 17%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2A0CBE
2#250BA9
3#200994
4#1C087F
5#170769
6#130554
7#0E043F
8#09032A
9#050115
Tints
Lighter variations
1#340FEE
2#4A28F1
3#6043F3
4#775EF5
5#8E79F6
6#A494F8
7#BBAEFA
8#D2C9FC
9#E8E4FD
Tones
Muted variations
1#3517C9
2#3C21BF
3#422BB5
4#4935AB
5#4F3FA2
6#564998
7#5C538E
8#635C84
9#6A667A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F1 #F3F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3DD #E3DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAC1 #CAC1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | A291 #A291F8 | BordersInactive statesPlaceholder text |
| 400 | 7157 #7157F4 | Disabled statesSecondary iconsMuted text |
| 500 | 4927 #4927F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2E0D #2E0DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 250B #250BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A08 #1A0878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1105 #11054D | Primary textHigh emphasis contentDark headings |
| 950 | 0B03 #0B0330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--blue-50: #F3F1FE;
--blue-100: #E3DDFD;
--blue-200: #CAC1FB;
--blue-300: #A291F8;
--blue-400: #7157F4;
--blue-500: #4927F1;
--blue-600: #2E0DD3;
--blue-700: #250BA8;
--blue-800: #1A0878;
--blue-900: #11054D;
--blue-950: #0B0330;
}