Cobalt
#086CAA
BlueColor Codes
All color formats for development
HEX
#086CAARGB
rgb(8, 108, 170)HSL
hsl(203, 91%, 35%)OKLCH
oklch(0.513 0.127 245)CMYK
cmyk(95%, 36%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#076199
2#065788
3#064C77
4#054166
5#043655
6#032B44
7#022033
8#021622
9#010B11
Tints
Lighter variations
1#0A80CA
2#0B94EA
3#21A4F5
4#41B1F6
5#61BEF8
6#80CBF9
7#A0D8FB
8#C0E5FC
9#DFF2FE
Tones
Muted variations
1#106AA2
2#18689A
3#206792
4#29658A
5#316382
6#39617A
7#415F72
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 | 8FD1 #8FD1FA | BordersInactive statesPlaceholder text |
| 400 | 55B9 #55B9F7 | Disabled statesSecondary iconsMuted text |
| 500 | 24A5 #24A5F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0A88 #0A88D6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 086C #086CAA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 064D #064D7A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0431 #04314E | Primary textHigh emphasis contentDark headings |
| 950 | 021F #021F31 | 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: #8FD1FA;
--cobalt-400: #55B9F7;
--cobalt-500: #24A5F5;
--cobalt-600: #0A88D6;
--cobalt-700: #086CAA;
--cobalt-800: #064D7A;
--cobalt-900: #04314E;
--cobalt-950: #021F31;
}