Blue
#0816D9
BlueColor Codes
All color formats for development
HEX
#0816D9RGB
rgb(8, 22, 217)HSL
hsl(236, 93%, 44%)OKLCH
oklch(0.412 0.269 264.9)CMYK
cmyk(96%, 90%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0714C3
2#0611AD
3#050F98
4#050D82
5#040B6C
6#030957
7#020741
8#02042B
9#010216
Tints
Lighter variations
1#0919F4
2#2331F7
3#3E4AF8
4#5A64F9
5#757EFA
6#9198FB
7#ACB2FC
8#C8CBFD
9#E3E5FE
Tones
Muted variations
1#121FCE
2#1D28C4
3#2731B9
4#323AAF
5#3C43A4
6#464C9A
7#515590
8#5B5E85
9#66677B
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 | BFC3 #BFC3FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8E95 #8E95FB | BordersInactive statesPlaceholder text |
| 400 | 535E #535EF9 | Disabled statesSecondary iconsMuted text |
| 500 | 2230 #2230F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0816 #0816D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0611 #0611AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 040C #040C7B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0308 #03084F | Primary textHigh emphasis contentDark headings |
| 950 | 0205 #020531 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--blue-50: #F0F1FE;
--blue-100: #DDDFFE;
--blue-200: #BFC3FD;
--blue-300: #8E95FB;
--blue-400: #535EF9;
--blue-500: #2230F7;
--blue-600: #0816D9;
--blue-700: #0611AC;
--blue-800: #040C7B;
--blue-900: #03084F;
--blue-950: #020531;
}