Cobalt
#0A71A9
BlueColor Codes
All color formats for development
HEX
#0A71A9RGB
rgb(10, 113, 169)HSL
hsl(201, 89%, 35%)OKLCH
oklch(0.525 0.12 241.5)CMYK
cmyk(94%, 33%, 0%, 34%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#096698
2#085A87
3#074F76
4#064465
5#053954
6#042D43
7#032233
8#021722
9#010B11
Tints
Lighter variations
1#0C86C8
2#0D9BE7
3#24AAF2
4#43B6F4
5#62C2F6
6#82CEF8
7#A1DBFA
8#C0E7FB
9#E0F3FD
Tones
Muted variations
1#126FA1
2#1A6C99
3#226A91
4#2A6889
5#326581
6#396379
7#416071
8#495E69
9#515C61
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F9 #F1F9FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDF2 #DDF2FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0E7 #C0E7FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 90D4 #90D4F9 | BordersInactive statesPlaceholder text |
| 400 | 56BE #56BEF5 | Disabled statesSecondary iconsMuted text |
| 500 | 26AB #26ABF2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0C8E #0C8ED4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0A71 #0A71A9 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0751 #075178 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0434 #04344D | Primary textHigh emphasis contentDark headings |
| 950 | 0320 #032030 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F1F9FE;
--cobalt-100: #DDF2FD;
--cobalt-200: #C0E7FB;
--cobalt-300: #90D4F9;
--cobalt-400: #56BEF5;
--cobalt-500: #26ABF2;
--cobalt-600: #0C8ED4;
--cobalt-700: #0A71A9;
--cobalt-800: #075178;
--cobalt-900: #04344D;
--cobalt-950: #032030;
}