Blue
#0715DA
BlueColor Codes
All color formats for development
HEX
#0715DARGB
rgb(7, 21, 218)HSL
hsl(236, 94%, 44%)OKLCH
oklch(0.413 0.271 264.8)CMYK
cmyk(97%, 90%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0613C4
2#0511AE
3#050F98
4#040C83
5#030A6D
6#030857
7#020641
8#01042C
9#010216
Tints
Lighter variations
1#0817F5
2#2130F8
3#3D4AF9
4#5964FA
5#747DFB
6#9097FC
7#ACB1FC
8#C8CBFD
9#E3E5FE
Tones
Muted variations
1#111ECF
2#1C27C5
3#2630BA
4#3139AF
5#3B42A5
6#464C9A
7#515590
8#5B5E85
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 | BFC3 #BFC3FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8D95 #8D95FB | BordersInactive statesPlaceholder text |
| 400 | 525D #525DFA | Disabled statesSecondary iconsMuted text |
| 500 | 202F #202FF8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0715 #0715DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0511 #0511AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 040C #040C7C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0208 #02084F | 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: #F0F1FF;
--blue-100: #DCDFFE;
--blue-200: #BFC3FD;
--blue-300: #8D95FB;
--blue-400: #525DFA;
--blue-500: #202FF8;
--blue-600: #0715DA;
--blue-700: #0511AD;
--blue-800: #040C7C;
--blue-900: #02084F;
--blue-950: #020531;
}