Blue
#0D1ED3
BlueColor Codes
All color formats for development
HEX
#0D1ED3RGB
rgb(13, 30, 211)HSL
hsl(235, 88%, 44%)OKLCH
oklch(0.412 0.258 265.4)CMYK
cmyk(94%, 86%, 0%, 17%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0C1BBE
2#0B18A9
3#091594
4#08127F
5#070F69
6#050C54
7#04093F
8#03062A
9#010315
Tints
Lighter variations
1#0F22EE
2#2839F1
3#4352F3
4#5E6AF5
5#7983F6
6#949CF8
7#AEB5FA
8#C9CDFC
9#E4E6FD
Tones
Muted variations
1#1726C9
2#212EBF
3#2B37B5
4#353FAB
5#3F47A2
6#494F98
7#53588E
8#5C6084
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 | C1C6 #C1C6FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 9199 #9199F8 | BordersInactive statesPlaceholder text |
| 400 | 5764 #5764F4 | Disabled statesSecondary iconsMuted text |
| 500 | 2738 #2738F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0D1E #0D1ED3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0B18 #0B18A8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0811 #081178 | Text on light backgroundsHeadingsStrong borders |
| 900 | 050B #050B4D | Primary textHigh emphasis contentDark headings |
| 950 | 0307 #030730 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--blue-50: #F1F2FE;
--blue-100: #DDE0FD;
--blue-200: #C1C6FB;
--blue-300: #9199F8;
--blue-400: #5764F4;
--blue-500: #2738F1;
--blue-600: #0D1ED3;
--blue-700: #0B18A8;
--blue-800: #081178;
--blue-900: #050B4D;
--blue-950: #030730;
}