Cobalt
#083C77
BlueColor Codes
All color formats for development
HEX
#083C77RGB
rgb(8, 60, 119)HSL
hsl(212, 87%, 25%)OKLCH
oklch(0.361 0.113 255.7)CMYK
cmyk(93%, 50%, 0%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#07366B
2#07305F
3#062A53
4#052448
5#041E3C
6#031830
7#021224
8#020C18
9#01060C
Tints
Lighter variations
1#0B4E9B
2#0D60BF
3#1072E3
4#2886F0
5#4C9AF3
6#70AEF5
7#94C2F8
8#B7D7FA
9#DBEBFD
Tones
Muted variations
1#0E3C72
2#133D6C
3#193D67
4#1E3E61
5#243E5B
6#2A3E56
7#2F3F50
8#353F4B
9#3A3F45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F7 #F1F7FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEEC #DEECFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1DC #C1DCFB | Secondary backgroundsInput backgroundsDividers |
| 300 | 91C1 #91C1F7 | BordersInactive statesPlaceholder text |
| 400 | 58A1 #58A1F3 | Disabled statesSecondary iconsMuted text |
| 500 | 2886 #2886F0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0F6A #0F6AD2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0C54 #0C54A7 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 083C #083C77 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0526 #05264C | Primary textHigh emphasis contentDark headings |
| 950 | 0318 #031830 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F1F7FE;
--cobalt-100: #DEECFD;
--cobalt-200: #C1DCFB;
--cobalt-300: #91C1F7;
--cobalt-400: #58A1F3;
--cobalt-500: #2886F0;
--cobalt-600: #0F6AD2;
--cobalt-700: #0C54A7;
--cobalt-800: #083C77;
--cobalt-900: #05264C;
--cobalt-950: #031830;
}