Blue
#2F20F8
BlueColor Codes
All color formats for development
HEX
#2F20F8RGB
rgb(47, 32, 248)HSL
hsl(244, 94%, 55%)OKLCH
oklch(0.47 0.288 269.9)CMYK
cmyk(81%, 87%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1708F5
2#1507DA
3#1206BE
4#1005A3
5#0D0488
6#0A036D
7#080352
8#050236
9#03011B
Tints
Lighter variations
1#4437F9
2#584DF9
3#6D63FA
4#8279FB
5#9790FC
6#ACA6FC
7#C1BCFD
8#D5D2FE
9#EAE9FE
Tones
Muted variations
1#382BED
2#4136E3
3#4B41D8
4#544CCD
5#5E56C2
6#6761B7
7#706CAD
8#7A77A2
9#838197
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F0 #F1F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFDC #DFDCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3BF #C3BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | 958D #958DFB | BordersInactive statesPlaceholder text |
| 400 | 5D52 #5D52FA | Disabled statesSecondary iconsMuted text |
| 500 | 2F20 #2F20F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1507 #1507DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1105 #1105AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C04 #0C047C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0802 #08024F | 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: #F1F0FF;
--blue-100: #DFDCFE;
--blue-200: #C3BFFD;
--blue-300: #958DFB;
--blue-400: #5D52FA;
--blue-500: #2F20F8;
--blue-600: #1507DA;
--blue-700: #1105AD;
--blue-800: #0C047C;
--blue-900: #08024F;
--blue-950: #050231;
}