Blue
#0819D9
BlueColor Codes
All color formats for development
HEX
#0819D9RGB
rgb(8, 25, 217)HSL
hsl(235, 93%, 44%)OKLCH
oklch(0.414 0.268 264.9)CMYK
cmyk(96%, 88%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0717C3
2#0614AD
3#051298
4#050F82
5#040D6C
6#030A57
7#020841
8#02052B
9#010316
Tints
Lighter variations
1#091CF4
2#2334F7
3#3E4EF8
4#5A67F9
5#7580FA
6#919AFB
7#ACB3FC
8#C8CCFD
9#E3E6FE
Tones
Muted variations
1#1222CE
2#1D2BC4
3#2733B9
4#323CAF
5#3C45A4
6#464D9A
7#515690
8#5B5F85
9#66687B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F1 #F0F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDDF #DDDFFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFC4 #BFC4FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8E97 #8E97FB | BordersInactive statesPlaceholder text |
| 400 | 5361 #5361F9 | Disabled statesSecondary iconsMuted text |
| 500 | 2233 #2233F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0819 #0819D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0614 #0614AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 040E #040E7B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0309 #03094F | 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: #F0F1FE;
--blue-100: #DDDFFE;
--blue-200: #BFC4FD;
--blue-300: #8E97FB;
--blue-400: #5361F9;
--blue-500: #2233F7;
--blue-600: #0819D9;
--blue-700: #0614AC;
--blue-800: #040E7B;
--blue-900: #03094F;
--blue-950: #020631;
}