Cobalt
#096CAA
BlueColor Codes
All color formats for development
HEX
#096CAARGB
rgb(9, 108, 170)HSL
hsl(203, 90%, 35%)OKLCH
oklch(0.513 0.126 245.1)CMYK
cmyk(95%, 36%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#086199
2#075688
3#064C77
4#054166
5#043655
6#042B44
7#032033
8#021622
9#010B11
Tints
Lighter variations
1#0B80C9
2#0C94E9
3#23A3F3
4#42B0F5
5#62BEF7
6#81CBF8
7#A1D8FA
8#C0E5FC
9#E0F2FD
Tones
Muted variations
1#116AA2
2#19689A
3#216691
4#296489
5#316381
6#396179
7#415F71
8#495D69
9#515B61
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F9 #F0F9FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDF1 #DDF1FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0E5 #C0E5FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 90D1 #90D1F9 | BordersInactive statesPlaceholder text |
| 400 | 55B8 #55B8F6 | Disabled statesSecondary iconsMuted text |
| 500 | 25A4 #25A4F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0B88 #0B88D5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 096C #096CAA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 064D #064D79 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0431 #04314E | 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: #F0F9FE;
--cobalt-100: #DDF1FD;
--cobalt-200: #C0E5FC;
--cobalt-300: #90D1F9;
--cobalt-400: #55B8F6;
--cobalt-500: #25A4F4;
--cobalt-600: #0B88D5;
--cobalt-700: #096CAA;
--cobalt-800: #064D79;
--cobalt-900: #04314E;
--cobalt-950: #031F30;
}