Blue
#3123F6
BlueColor Codes
All color formats for development
HEX
#3123F6RGB
rgb(49, 35, 246)HSL
hsl(244, 92%, 55%)OKLCH
oklch(0.471 0.284 270.3)CMYK
cmyk(80%, 86%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1A0AF2
2#1709D7
3#1408BC
4#1107A2
5#0E0687
6#0B046C
7#090351
8#060236
9#03011B
Tints
Lighter variations
1#4539F7
2#5A4FF8
3#6F65F9
4#837BF9
5#9891FA
6#ADA7FB
7#C1BDFC
8#D6D3FD
9#EAE9FE
Tones
Muted variations
1#3A2DEB
2#4338E1
3#4C42D6
4#554DCC
5#5F57C1
6#6862B6
7#716DAC
8#7A77A1
9#838297
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F0 #F1F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFDD #DFDDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3BF #C3BFFC | Secondary backgroundsInput backgroundsDividers |
| 300 | 968E #968EFA | BordersInactive statesPlaceholder text |
| 400 | 5F54 #5F54F8 | Disabled statesSecondary iconsMuted text |
| 500 | 3123 #3123F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1709 #1709D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1207 #1207AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D05 #0D057A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0803 #08034E | Primary textHigh emphasis contentDark headings |
| 950 | 0502 #050231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--blue-50: #F1F0FE;
--blue-100: #DFDDFE;
--blue-200: #C3BFFC;
--blue-300: #968EFA;
--blue-400: #5F54F8;
--blue-500: #3123F6;
--blue-600: #1709D7;
--blue-700: #1207AB;
--blue-800: #0D057A;
--blue-900: #08034E;
--blue-950: #050231;
}