Blue
#0328DD
BlueColor Codes
All color formats for development
HEX
#0328DDRGB
rgb(3, 40, 221)HSL
hsl(230, 97%, 44%)OKLCH
oklch(0.432 0.263 264.4)CMYK
cmyk(99%, 82%, 0%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0324C7
2#0320B1
3#021C9B
4#021885
5#02146F
6#011058
7#010C42
8#01082C
9#000416
Tints
Lighter variations
1#042DF9
2#1E43FC
3#3A5AFC
4#5672FC
5#7289FD
6#8EA1FD
7#ABB8FE
8#C7D0FE
9#E3E7FF
Tones
Muted variations
1#0E2FD2
2#1936C7
3#243DBC
4#2F45B2
5#3A4CA7
6#45539C
7#505A91
8#5A6286
9#65697B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F2 #F0F2FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCE2 #DCE2FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEC8 #BEC8FE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8B9E #8B9EFD | BordersInactive statesPlaceholder text |
| 400 | 4F6C #4F6CFC | Disabled statesSecondary iconsMuted text |
| 500 | 1D42 #1D42FC | Primary brand colorCTAsActive elementsLinks |
| 600 | 0328 #0328DD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0320 #0320B0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0217 #02177E | Text on light backgroundsHeadingsStrong borders |
| 900 | 010E #010E50 | Primary textHigh emphasis contentDark headings |
| 950 | 0109 #010932 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--blue-50: #F0F2FF;
--blue-100: #DCE2FE;
--blue-200: #BEC8FE;
--blue-300: #8B9EFD;
--blue-400: #4F6CFC;
--blue-500: #1D42FC;
--blue-600: #0328DD;
--blue-700: #0320B0;
--blue-800: #02177E;
--blue-900: #010E50;
--blue-950: #010932;
}