Blue
#0820D9
BlueColor Codes
All color formats for development
HEX
#0820D9RGB
rgb(8, 32, 217)HSL
hsl(233, 93%, 44%)OKLCH
oklch(0.42 0.264 264.9)CMYK
cmyk(96%, 85%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#071DC3
2#061AAD
3#051798
4#051382
5#04106C
6#030D57
7#020A41
8#02062B
9#010316
Tints
Lighter variations
1#0924F4
2#233BF7
3#3E54F8
4#5A6CF9
5#7585FA
6#919DFB
7#ACB6FC
8#C8CEFD
9#E3E7FE
Tones
Muted variations
1#1228CE
2#1D30C4
3#2738B9
4#3240AF
5#3C48A4
6#46509A
7#515890
8#5B6085
9#66687B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F2 #F0F2FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE0 #DDE0FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFC6 #BFC6FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8E9B #8E9BFB | BordersInactive statesPlaceholder text |
| 400 | 5366 #5366F9 | Disabled statesSecondary iconsMuted text |
| 500 | 223A #223AF7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0820 #0820D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 061A #061AAC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0412 #04127B | Text on light backgroundsHeadingsStrong borders |
| 900 | 030C #030C4F | Primary textHigh emphasis contentDark headings |
| 950 | 0207 #020731 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--blue-50: #F0F2FE;
--blue-100: #DDE0FE;
--blue-200: #BFC6FD;
--blue-300: #8E9BFB;
--blue-400: #5366F9;
--blue-500: #223AF7;
--blue-600: #0820D9;
--blue-700: #061AAC;
--blue-800: #04127B;
--blue-900: #030C4F;
--blue-950: #020731;
}