Blue
#2032F8
BlueColor Codes
All color formats for development
HEX
#2032F8RGB
rgb(32, 50, 248)HSL
hsl(235, 94%, 55%)OKLCH
oklch(0.481 0.28 266.9)CMYK
cmyk(87%, 80%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#081BF5
2#0718DA
3#0615BE
4#0512A3
5#040F88
6#030C6D
7#030952
8#020636
9#01031B
Tints
Lighter variations
1#3747F9
2#4D5BF9
3#6370FA
4#7984FB
5#9099FC
6#A6ADFC
7#BCC2FD
8#D2D6FE
9#E9EBFE
Tones
Muted variations
1#2B3BED
2#3644E3
3#414DD8
4#4C56CD
5#565FC2
6#6168B7
7#6C71AD
8#777AA2
9#818397
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F1 #F0F1FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCDF #DCDFFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFC4 #BFC4FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8D96 #8D96FB | BordersInactive statesPlaceholder text |
| 400 | 5260 #5260FA | Disabled statesSecondary iconsMuted text |
| 500 | 2032 #2032F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0718 #0718DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0513 #0513AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 040E #040E7C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0209 #02094F | Primary textHigh emphasis contentDark headings |
| 950 | 0206 #020631 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--blue-50: #F0F1FF;
--blue-100: #DCDFFE;
--blue-200: #BFC4FD;
--blue-300: #8D96FB;
--blue-400: #5260FA;
--blue-500: #2032F8;
--blue-600: #0718DA;
--blue-700: #0513AD;
--blue-800: #040E7C;
--blue-900: #02094F;
--blue-950: #020631;
}