Blue
#0C1AD4
BlueColor Codes
All color formats for development
HEX
#0C1AD4RGB
rgb(12, 26, 212)HSL
hsl(236, 89%, 44%)OKLCH
oklch(0.409 0.261 265.3)CMYK
cmyk(94%, 88%, 0%, 17%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0B17BF
2#0A15AA
3#091294
4#070F7F
5#060D6A
6#050A55
7#040840
8#02052A
9#010315
Tints
Lighter variations
1#0E1DEF
2#2735F2
3#424EF4
4#5D67F6
5#7881F7
6#939AF9
7#AEB3FA
8#C9CCFC
9#E4E6FD
Tones
Muted variations
1#1622CA
2#202BC0
3#2A34B6
4#343CAC
5#3E45A2
6#484E98
7#52568E
8#5C5F84
9#66687A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F1 #F1F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDDF #DDDFFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0C4 #C0C4FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 9097 #9097F9 | BordersInactive statesPlaceholder text |
| 400 | 5661 #5661F5 | Disabled statesSecondary iconsMuted text |
| 500 | 2634 #2634F2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0C1A #0C1AD4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0A14 #0A14A9 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 070F #070F78 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0409 #04094D | 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: #F1F1FE;
--blue-100: #DDDFFD;
--blue-200: #C0C4FB;
--blue-300: #9097F9;
--blue-400: #5661F5;
--blue-500: #2634F2;
--blue-600: #0C1AD4;
--blue-700: #0A14A9;
--blue-800: #070F78;
--blue-900: #04094D;
--blue-950: #030630;
}