Blue
#2020F8
BlueColor Codes
All color formats for development
HEX
#2020F8RGB
rgb(32, 32, 248)HSL
hsl(240, 94%, 55%)OKLCH
oklch(0.464 0.292 267.2)CMYK
cmyk(87%, 87%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0808F5
2#0707DA
3#0606BE
4#0505A3
5#040488
6#03036D
7#030352
8#020236
9#01011B
Tints
Lighter variations
1#3737F9
2#4D4DF9
3#6363FA
4#7979FB
5#9090FC
6#A6A6FC
7#BCBCFD
8#D2D2FE
9#E9E9FE
Tones
Muted variations
1#2B2BED
2#3636E3
3#4141D8
4#4C4CCD
5#5656C2
6#6161B7
7#6C6CAD
8#7777A2
9#818197
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F0 #F0F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCDC #DCDCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFBF #BFBFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8D8D #8D8DFB | BordersInactive statesPlaceholder text |
| 400 | 5252 #5252FA | Disabled statesSecondary iconsMuted text |
| 500 | 2020 #2020F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0707 #0707DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0505 #0505AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0404 #04047C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0202 #02024F | Primary textHigh emphasis contentDark headings |
| 950 | 0202 #020231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--blue-50: #F0F0FF;
--blue-100: #DCDCFE;
--blue-200: #BFBFFD;
--blue-300: #8D8DFB;
--blue-400: #5252FA;
--blue-500: #2020F8;
--blue-600: #0707DA;
--blue-700: #0505AD;
--blue-800: #04047C;
--blue-900: #02024F;
--blue-950: #020231;
}