Blue
#0320DD
BlueColor Codes
All color formats for development
HEX
#0320DDRGB
rgb(3, 32, 221)HSL
hsl(232, 97%, 44%)OKLCH
oklch(0.424 0.268 264.5)CMYK
cmyk(99%, 86%, 0%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#031DC7
2#031AB1
3#02179B
4#021385
5#02106F
6#010D58
7#010A42
8#01062C
9#000316
Tints
Lighter variations
1#0425F9
2#1E3BFC
3#3A54FC
4#566CFC
5#7285FD
6#8E9DFD
7#ABB6FE
8#C7CEFE
9#E3E7FF
Tones
Muted variations
1#0E28D2
2#1930C7
3#2438BC
4#2F40B2
5#3A48A7
6#45509C
7#505891
8#5A6086
9#65687B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F2 #F0F2FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCE0 #DCE0FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEC6 #BEC6FE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8B9B #8B9BFD | BordersInactive statesPlaceholder text |
| 400 | 4F66 #4F66FC | Disabled statesSecondary iconsMuted text |
| 500 | 1D3B #1D3BFC | Primary brand colorCTAsActive elementsLinks |
| 600 | 0320 #0320DD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 031A #031AB0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0212 #02127E | Text on light backgroundsHeadingsStrong borders |
| 900 | 010C #010C50 | Primary textHigh emphasis contentDark headings |
| 950 | 0107 #010732 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--blue-50: #F0F2FF;
--blue-100: #DCE0FE;
--blue-200: #BEC6FE;
--blue-300: #8B9BFD;
--blue-400: #4F66FC;
--blue-500: #1D3BFC;
--blue-600: #0320DD;
--blue-700: #031AB0;
--blue-800: #02127E;
--blue-900: #010C50;
--blue-950: #010732;
}