Blue
#3107DA
BlueColor Codes
All color formats for development
HEX
#3107DARGB
rgb(49, 7, 218)HSL
hsl(252, 94%, 44%)OKLCH
oklch(0.421 0.266 272.5)CMYK
cmyk(78%, 97%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2C06C4
2#2705AE
3#220598
4#1D0483
5#18036D
6#140357
7#0F0241
8#0A012C
9#050116
Tints
Lighter variations
1#3708F5
2#4C21F8
3#633DF9
4#7959FA
5#8F74FB
6#A690FC
7#BCACFC
8#D2C8FD
9#E9E3FE
Tones
Muted variations
1#3711CF
2#3E1CC5
3#4426BA
4#4A31AF
5#513BA5
6#57469A
7#5D5190
8#645B85
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 | CBBF #CBBFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | A38D #A38DFB | BordersInactive statesPlaceholder text |
| 400 | 7352 #7352FA | Disabled statesSecondary iconsMuted text |
| 500 | 4C20 #4C20F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3107 #3107DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2705 #2705AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C04 #1C047C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1202 #12024F | Primary textHigh emphasis contentDark headings |
| 950 | 0B02 #0B0231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--blue-50: #F3F0FF;
--blue-100: #E3DCFE;
--blue-200: #CBBFFD;
--blue-300: #A38DFB;
--blue-400: #7352FA;
--blue-500: #4C20F8;
--blue-600: #3107DA;
--blue-700: #2705AD;
--blue-800: #1C047C;
--blue-900: #12024F;
--blue-950: #0B0231;
}