Blue
#0324DD
BlueColor Codes
All color formats for development
HEX
#0324DDRGB
rgb(3, 36, 221)HSL
hsl(231, 97%, 44%)OKLCH
oklch(0.428 0.266 264.4)CMYK
cmyk(99%, 84%, 0%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0320C7
2#031DB1
3#02199B
4#021685
5#02126F
6#010E58
7#010B42
8#01072C
9#000416
Tints
Lighter variations
1#0429F9
2#1E3FFC
3#3A57FC
4#566FFC
5#7287FD
6#8E9FFD
7#ABB7FE
8#C7CFFE
9#E3E7FF
Tones
Muted variations
1#0E2CD2
2#1933C7
3#243BBC
4#2F42B2
5#3A4AA7
6#45529C
7#505991
8#5A6186
9#65697B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F2 #F0F2FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCE1 #DCE1FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEC7 #BEC7FE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8B9D #8B9DFD | BordersInactive statesPlaceholder text |
| 400 | 4F69 #4F69FC | Disabled statesSecondary iconsMuted text |
| 500 | 1D3E #1D3EFC | Primary brand colorCTAsActive elementsLinks |
| 600 | 0324 #0324DD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 031D #031DB0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0214 #02147E | Text on light backgroundsHeadingsStrong borders |
| 900 | 010D #010D50 | Primary textHigh emphasis contentDark headings |
| 950 | 0108 #010832 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--blue-50: #F0F2FF;
--blue-100: #DCE1FE;
--blue-200: #BEC7FE;
--blue-300: #8B9DFD;
--blue-400: #4F69FC;
--blue-500: #1D3EFC;
--blue-600: #0324DD;
--blue-700: #031DB0;
--blue-800: #02147E;
--blue-900: #010D50;
--blue-950: #010832;
}