Blue
#2E02DE
BlueColor Codes
All color formats for development
HEX
#2E02DERGB
rgb(46, 2, 222)HSL
hsl(252, 98%, 44%)OKLCH
oklch(0.422 0.272 271.4)CMYK
cmyk(79%, 99%, 0%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2A02C8
2#2502B2
3#20029C
4#1C0185
5#17016F
6#120159
7#0E0143
8#09002C
9#050016
Tints
Lighter variations
1#3403FA
2#4A1DFD
3#6039FD
4#7755FD
5#8E72FE
6#A48EFE
7#BBAAFE
8#D2C6FE
9#E8E3FF
Tones
Muted variations
1#350DD3
2#3B18C8
3#4223BD
4#492EB2
5#4F39A7
6#56449C
7#5C4F91
8#635A86
9#6A657B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F0 #F3F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3DC #E3DCFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | CABD #CABDFE | Secondary backgroundsInput backgroundsDividers |
| 300 | A28B #A28BFE | BordersInactive statesPlaceholder text |
| 400 | 714E #714EFD | Disabled statesSecondary iconsMuted text |
| 500 | 491C #491CFD | Primary brand colorCTAsActive elementsLinks |
| 600 | 2E02 #2E02DE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2502 #2502B1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A01 #1A017E | Text on light backgroundsHeadingsStrong borders |
| 900 | 1101 #110151 | Primary textHigh emphasis contentDark headings |
| 950 | 0B01 #0B0132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--blue-50: #F3F0FF;
--blue-100: #E3DCFF;
--blue-200: #CABDFE;
--blue-300: #A28BFE;
--blue-400: #714EFD;
--blue-500: #491CFD;
--blue-600: #2E02DE;
--blue-700: #2502B1;
--blue-800: #1A017E;
--blue-900: #110151;
--blue-950: #0B0132;
}