Cobalt
#096FAA
BlueColor Codes
All color formats for development
HEX
#096FAARGB
rgb(9, 111, 170)HSL
hsl(202, 90%, 35%)OKLCH
oklch(0.521 0.124 243.2)CMYK
cmyk(95%, 35%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#086499
2#075988
3#064D77
4#054266
5#043755
6#042C44
7#032133
8#021622
9#010B11
Tints
Lighter variations
1#0B83C9
2#0C98E9
3#23A7F3
4#42B3F5
5#62C0F7
6#81CDF8
7#A1D9FA
8#C0E6FC
9#E0F2FD
Tones
Muted variations
1#116DA2
2#196A9A
3#216891
4#296689
5#316481
6#396279
7#416071
8#495E69
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 | C0E6 #C0E6FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 90D2 #90D2F9 | BordersInactive statesPlaceholder text |
| 400 | 55BB #55BBF6 | Disabled statesSecondary iconsMuted text |
| 500 | 25A8 #25A8F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0B8B #0B8BD5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 096F #096FAA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 064F #064F79 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0433 #04334E | 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: #DDF1FD;
--cobalt-200: #C0E6FC;
--cobalt-300: #90D2F9;
--cobalt-400: #55BBF6;
--cobalt-500: #25A8F4;
--cobalt-600: #0B8BD5;
--cobalt-700: #096FAA;
--cobalt-800: #064F79;
--cobalt-900: #04334E;
--cobalt-950: #032030;
}