Blue
#0C20D4
BlueColor Codes
All color formats for development
HEX
#0C20D4RGB
rgb(12, 32, 212)HSL
hsl(234, 89%, 44%)OKLCH
oklch(0.415 0.258 265.3)CMYK
cmyk(94%, 85%, 0%, 17%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0B1DBF
2#0A1AAA
3#091794
4#07137F
5#06106A
6#050D55
7#040A40
8#02062A
9#010315
Tints
Lighter variations
1#0E24EF
2#273BF2
3#4254F4
4#5D6CF6
5#7885F7
6#939DF9
7#AEB6FA
8#C9CEFC
9#E4E7FD
Tones
Muted variations
1#1628CA
2#2030C0
3#2A38B6
4#3440AC
5#3E48A2
6#485098
7#52588E
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 | C0C6 #C0C6FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 909B #909BF9 | BordersInactive statesPlaceholder text |
| 400 | 5666 #5666F5 | Disabled statesSecondary iconsMuted text |
| 500 | 263B #263BF2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0C20 #0C20D4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0A1A #0A1AA9 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0712 #071278 | Text on light backgroundsHeadingsStrong borders |
| 900 | 040C #040C4D | 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: #C0C6FB;
--blue-300: #909BF9;
--blue-400: #5666F5;
--blue-500: #263BF2;
--blue-600: #0C20D4;
--blue-700: #0A1AA9;
--blue-800: #071278;
--blue-900: #040C4D;
--blue-950: #030730;
}