Blue
#0718DA
BlueColor Codes
All color formats for development
HEX
#0718DARGB
rgb(7, 24, 218)HSL
hsl(235, 94%, 44%)OKLCH
oklch(0.415 0.269 264.8)CMYK
cmyk(97%, 89%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0616C4
2#0513AE
3#051198
4#040F83
5#030C6D
6#030A57
7#020741
8#01052C
9#010216
Tints
Lighter variations
1#081BF5
2#2133F8
3#3D4DF9
4#5966FA
5#7480FB
6#9099FC
7#ACB3FC
8#C8CCFD
9#E3E6FE
Tones
Muted variations
1#1121CF
2#1C2AC5
3#2633BA
4#313BAF
5#3B44A5
6#464D9A
7#515690
8#5B5F85
9#66677B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F1 #F0F1FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCDF #DCDFFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFC4 #BFC4FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8D96 #8D96FB | BordersInactive statesPlaceholder text |
| 400 | 5260 #5260FA | Disabled statesSecondary iconsMuted text |
| 500 | 2032 #2032F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0718 #0718DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0513 #0513AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 040E #040E7C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0209 #02094F | 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: #F0F1FF;
--blue-100: #DCDFFE;
--blue-200: #BFC4FD;
--blue-300: #8D96FB;
--blue-400: #5260FA;
--blue-500: #2032F8;
--blue-600: #0718DA;
--blue-700: #0513AD;
--blue-800: #040E7C;
--blue-900: #02094F;
--blue-950: #020631;
}