Blue
#0D1BD3
BlueColor Codes
All color formats for development
HEX
#0D1BD3RGB
rgb(13, 27, 211)HSL
hsl(236, 88%, 44%)OKLCH
oklch(0.409 0.26 265.4)CMYK
cmyk(94%, 87%, 0%, 17%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0C18BE
2#0B15A9
3#091394
4#08107F
5#070D69
6#050B54
7#04083F
8#03052A
9#010315
Tints
Lighter variations
1#0F1EEE
2#2836F1
3#434FF3
4#5E68F5
5#7981F6
6#949AF8
7#AEB3FA
8#C9CDFC
9#E4E6FD
Tones
Muted variations
1#1723C9
2#212CBF
3#2B34B5
4#353DAB
5#3F45A2
6#494E98
7#53578E
8#5C5F84
9#66687A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F2 #F1F2FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE0 #DDE0FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1C5 #C1C5FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 9198 #9198F8 | BordersInactive statesPlaceholder text |
| 400 | 5762 #5762F4 | Disabled statesSecondary iconsMuted text |
| 500 | 2735 #2735F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0D1B #0D1BD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0B15 #0B15A8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 080F #080F78 | Text on light backgroundsHeadingsStrong borders |
| 900 | 050A #050A4D | Primary textHigh emphasis contentDark headings |
| 950 | 0306 #030630 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--blue-50: #F1F2FE;
--blue-100: #DDE0FD;
--blue-200: #C1C5FB;
--blue-300: #9198F8;
--blue-400: #5762F4;
--blue-500: #2735F1;
--blue-600: #0D1BD3;
--blue-700: #0B15A8;
--blue-800: #080F78;
--blue-900: #050A4D;
--blue-950: #030630;
}