Blue
#2010D1
BlueColor Codes
All color formats for development
HEX
#2010D1RGB
rgb(32, 16, 209)HSL
hsl(245, 86%, 44%)OKLCH
oklch(0.405 0.259 268.6)CMYK
cmyk(85%, 92%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1D0EBC
2#190DA7
3#160B92
4#13097D
5#100868
6#0D0653
7#0A053F
8#06032A
9#030215
Tints
Lighter variations
1#2412EB
2#3B2BEF
3#5345F1
4#6C60F3
5#847AF5
6#9D95F7
7#B5AFF9
8#CECAFB
9#E6E4FD
Tones
Muted variations
1#2819C7
2#3023BD
3#382DB4
4#4036AA
5#4840A0
6#504A97
7#58538D
8#605D83
9#68677A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F1 #F2F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0DE #E0DEFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6C1 #C6C1FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 9A92 #9A92F7 | BordersInactive statesPlaceholder text |
| 400 | 6659 #6659F3 | Disabled statesSecondary iconsMuted text |
| 500 | 3A2A #3A2AEF | Primary brand colorCTAsActive elementsLinks |
| 600 | 2010 #2010D1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 190C #190CA6 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1209 #120977 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C06 #0C064C | Primary textHigh emphasis contentDark headings |
| 950 | 0704 #07042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--blue-50: #F2F1FE;
--blue-100: #E0DEFD;
--blue-200: #C6C1FA;
--blue-300: #9A92F7;
--blue-400: #6659F3;
--blue-500: #3A2AEF;
--blue-600: #2010D1;
--blue-700: #190CA6;
--blue-800: #120977;
--blue-900: #0C064C;
--blue-950: #07042F;
}