Cobalt
#0B6EA8
BlueColor Codes
All color formats for development
HEX
#0B6EA8RGB
rgb(11, 110, 168)HSL
hsl(202, 88%, 35%)OKLCH
oklch(0.517 0.122 243.1)CMYK
cmyk(93%, 35%, 0%, 34%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0A6397
2#095886
3#074D75
4#064265
5#053754
6#042C43
7#032132
8#021622
9#010B11
Tints
Lighter variations
1#0D83C7
2#0F97E6
3#25A6F1
4#44B3F3
5#63C0F5
6#82CCF7
7#A2D9F9
8#C1E6FB
9#E0F2FD
Tones
Muted variations
1#136CA0
2#1A6A98
3#226890
4#2A6688
5#326481
6#3A6279
7#426071
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 | DDF1 #DDF1FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1E6 #C1E6FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 91D2 #91D2F8 | BordersInactive statesPlaceholder text |
| 400 | 57BB #57BBF4 | Disabled statesSecondary iconsMuted text |
| 500 | 27A7 #27A7F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0D8B #0D8BD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0B6E #0B6EA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 084F #084F78 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0532 #05324D | 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: #DDF1FD;
--cobalt-200: #C1E6FB;
--cobalt-300: #91D2F8;
--cobalt-400: #57BBF4;
--cobalt-500: #27A7F1;
--cobalt-600: #0D8BD3;
--cobalt-700: #0B6EA8;
--cobalt-800: #084F78;
--cobalt-900: #05324D;
--cobalt-950: #031F30;
}