Blue
#0617DB
BlueColor Codes
All color formats for development
HEX
#0617DBRGB
rgb(6, 23, 219)HSL
hsl(235, 95%, 44%)OKLCH
oklch(0.415 0.271 264.7)CMYK
cmyk(97%, 89%, 0%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0515C5
2#0413AF
3#041099
4#030E83
5#030C6D
6#020958
7#020742
8#01052C
9#010216
Tints
Lighter variations
1#061AF7
2#2032F9
3#3C4CFA
4#5865FB
5#747FFB
6#9099FC
7#ABB2FD
8#C7CCFE
9#E3E5FE
Tones
Muted variations
1#1020D0
2#1B29C5
3#2632BB
4#303BB0
5#3B44A5
6#464D9B
7#505690
8#5B5E86
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 | BEC4 #BEC4FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8D96 #8D96FC | BordersInactive statesPlaceholder text |
| 400 | 515F #515FFB | Disabled statesSecondary iconsMuted text |
| 500 | 1F31 #1F31F9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0617 #0617DB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0413 #0413AE | Active/pressed statesDark mode accentsSecondary text |
| 800 | 030D #030D7C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0209 #020950 | Primary textHigh emphasis contentDark headings |
| 950 | 0105 #010532 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--blue-50: #F0F1FF;
--blue-100: #DCDFFE;
--blue-200: #BEC4FD;
--blue-300: #8D96FC;
--blue-400: #515FFB;
--blue-500: #1F31F9;
--blue-600: #0617DB;
--blue-700: #0413AE;
--blue-800: #030D7C;
--blue-900: #020950;
--blue-950: #010532;
}