Blue
#2D07DA
BlueColor Codes
All color formats for development
HEX
#2D07DARGB
rgb(45, 7, 218)HSL
hsl(251, 94%, 44%)OKLCH
oklch(0.419 0.267 271.4)CMYK
cmyk(79%, 97%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2906C4
2#2405AE
3#200598
4#1B0483
5#17036D
6#120357
7#0E0241
8#09012C
9#050116
Tints
Lighter variations
1#3308F5
2#4921F8
3#603DF9
4#7659FA
5#8D74FB
6#A490FC
7#BBACFC
8#D1C8FD
9#E8E3FE
Tones
Muted variations
1#3411CF
2#3B1CC5
3#4126BA
4#4831AF
5#4F3BA5
6#55469A
7#5C5190
8#635B85
9#6A667B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F0 #F3F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3DC #E3DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | CABF #CABFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | A18D #A18DFB | BordersInactive statesPlaceholder text |
| 400 | 7152 #7152FA | Disabled statesSecondary iconsMuted text |
| 500 | 4820 #4820F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2D07 #2D07DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2405 #2405AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A04 #1A047C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1102 #11024F | 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: #F3F0FF;
--blue-100: #E3DCFE;
--blue-200: #CABFFD;
--blue-300: #A18DFB;
--blue-400: #7152FA;
--blue-500: #4820F8;
--blue-600: #2D07DA;
--blue-700: #2405AD;
--blue-800: #1A047C;
--blue-900: #11024F;
--blue-950: #0A0231;
}