Blue
#2E08D9
BlueColor Codes
All color formats for development
HEX
#2E08D9RGB
rgb(46, 8, 217)HSL
hsl(251, 93%, 44%)OKLCH
oklch(0.418 0.266 271.7)CMYK
cmyk(79%, 96%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2A07C3
2#2506AD
3#200598
4#1C0582
5#17046C
6#120357
7#0E0241
8#09022B
9#050116
Tints
Lighter variations
1#3409F4
2#4923F7
3#603EF8
4#775AF9
5#8E75FA
6#A491FB
7#BBACFC
8#D2C8FD
9#E8E3FE
Tones
Muted variations
1#3512CE
2#3B1DC4
3#4227B9
4#4932AF
5#4F3CA4
6#56469A
7#5C5190
8#635B85
9#6A667B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F0 #F3F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3DD #E3DDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | CABF #CABFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | A28E #A28EFB | BordersInactive statesPlaceholder text |
| 400 | 7153 #7153F9 | Disabled statesSecondary iconsMuted text |
| 500 | 4922 #4922F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2E08 #2E08D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2506 #2506AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A04 #1A047B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1103 #11034F | Primary textHigh emphasis contentDark headings |
| 950 | 0A02 #0A0231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--blue-50: #F3F0FE;
--blue-100: #E3DDFE;
--blue-200: #CABFFD;
--blue-300: #A28EFB;
--blue-400: #7153F9;
--blue-500: #4922F7;
--blue-600: #2E08D9;
--blue-700: #2506AC;
--blue-800: #1A047B;
--blue-900: #11034F;
--blue-950: #0A0231;
}