Cobalt
#0C6BA6
BlueColor Codes
All color formats for development
HEX
#0C6BA6RGB
rgb(12, 107, 166)HSL
hsl(203, 87%, 35%)OKLCH
oklch(0.509 0.122 244.3)CMYK
cmyk(93%, 36%, 0%, 35%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0A6196
2#095686
3#084B75
4#074064
5#063653
6#052B43
7#032032
8#021521
9#010B11
Tints
Lighter variations
1#0E7FC6
2#1093E5
3#26A3F0
4#45B0F2
5#64BDF4
6#83CAF6
7#A2D7F9
8#C1E5FB
9#E0F2FD
Tones
Muted variations
1#136A9F
2#1B6897
3#236690
4#2B6488
5#326280
6#3A6078
7#425F71
8#4A5D69
9#515B61
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F9 #F1F9FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEF1 #DEF1FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1E5 #C1E5FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 91D0 #91D0F7 | BordersInactive statesPlaceholder text |
| 400 | 58B8 #58B8F3 | Disabled statesSecondary iconsMuted text |
| 500 | 28A4 #28A4F0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0F87 #0F87D2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0C6B #0C6BA7 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 084D #084D77 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0531 #05314C | Primary textHigh emphasis contentDark headings |
| 950 | 031F #031F30 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F1F9FE;
--cobalt-100: #DEF1FD;
--cobalt-200: #C1E5FB;
--cobalt-300: #91D0F7;
--cobalt-400: #58B8F3;
--cobalt-500: #28A4F0;
--cobalt-600: #0F87D2;
--cobalt-700: #0C6BA7;
--cobalt-800: #084D77;
--cobalt-900: #05314C;
--cobalt-950: #031F30;
}