Cobalt
#0C27D4
BlueColor Codes
All color formats for development
HEX
#0C27D4RGB
rgb(12, 39, 212)HSL
hsl(232, 89%, 44%)OKLCH
oklch(0.422 0.253 265.2)CMYK
cmyk(94%, 82%, 0%, 17%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0B23BF
2#0A1FAA
3#091B94
4#07177F
5#06136A
6#051055
7#040C40
8#02082A
9#010415
Tints
Lighter variations
1#0E2CEF
2#2742F2
3#425AF4
4#5D71F6
5#7889F7
6#93A1F9
7#AEB8FA
8#C9D0FC
9#E4E7FD
Tones
Muted variations
1#162ECA
2#2036C0
3#2A3DB6
4#3444AC
5#3E4CA2
6#485398
7#525A8E
8#5C6284
9#66697A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F2 #F1F2FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE1 #DDE1FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0C8 #C0C8FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 909E #909EF9 | BordersInactive statesPlaceholder text |
| 400 | 566B #566BF5 | Disabled statesSecondary iconsMuted text |
| 500 | 2641 #2641F2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0C27 #0C27D4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0A1F #0A1FA9 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0716 #071678 | Text on light backgroundsHeadingsStrong borders |
| 900 | 040E #040E4D | Primary textHigh emphasis contentDark headings |
| 950 | 0309 #030930 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F1F2FE;
--cobalt-100: #DDE1FD;
--cobalt-200: #C0C8FB;
--cobalt-300: #909EF9;
--cobalt-400: #566BF5;
--cobalt-500: #2641F2;
--cobalt-600: #0C27D4;
--cobalt-700: #0A1FA9;
--cobalt-800: #071678;
--cobalt-900: #040E4D;
--cobalt-950: #030930;
}