Cobalt
#0971AA
BlueColor Codes
All color formats for development
HEX
#0971AARGB
rgb(9, 113, 170)HSL
hsl(201, 90%, 35%)OKLCH
oklch(0.526 0.122 241.9)CMYK
cmyk(95%, 34%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#086699
2#075B88
3#064F77
4#054466
5#043955
6#042D44
7#032233
8#021722
9#010B11
Tints
Lighter variations
1#0B86C9
2#0C9BE9
3#23AAF3
4#42B6F5
5#62C3F7
6#81CFF8
7#A1DBFA
8#C0E7FC
9#E0F3FD
Tones
Muted variations
1#116FA2
2#196D9A
3#216A91
4#296889
5#316581
6#396379
7#416071
8#495E69
9#515C61
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F9 #F0F9FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDF2 #DDF2FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0E7 #C0E7FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 90D4 #90D4F9 | BordersInactive statesPlaceholder text |
| 400 | 55BE #55BEF6 | Disabled statesSecondary iconsMuted text |
| 500 | 25AB #25ABF4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0B8E #0B8ED5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0971 #0971AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0651 #065179 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0434 #04344E | 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: #F0F9FE;
--cobalt-100: #DDF2FD;
--cobalt-200: #C0E7FC;
--cobalt-300: #90D4F9;
--cobalt-400: #55BEF6;
--cobalt-500: #25ABF4;
--cobalt-600: #0B8ED5;
--cobalt-700: #0971AA;
--cobalt-800: #065179;
--cobalt-900: #04344E;
--cobalt-950: #032030;
}