Cobalt
#116AA2
BlueColor Codes
All color formats for development
HEX
#116AA2RGB
rgb(17, 106, 162)HSL
hsl(203, 81%, 35%)OKLCH
oklch(0.505 0.117 243.7)CMYK
cmyk(90%, 35%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F6091
2#0E5581
3#0C4A71
4#0A4061
5#083551
6#072A41
7#052030
8#031520
9#020B10
Tints
Lighter variations
1#147EC0
2#1792DE
3#2DA1E9
4#4BAEEC
5#69BCEF
6#87C9F2
7#A5D7F6
8#C3E4F9
9#E1F2FC
Tones
Muted variations
1#18689A
2#1F6793
3#27658C
4#2E6385
5#35627D
6#3C6076
7#445E6F
8#4B5D68
9#525B60
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F9 #F1F9FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF1 #DFF1FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3E4 #C3E4F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95CF #95CFF4 | BordersInactive statesPlaceholder text |
| 400 | 5DB7 #5DB7EE | Disabled statesSecondary iconsMuted text |
| 500 | 2FA2 #2FA2E9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1585 #1585CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 116A #116AA2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C4C #0C4C73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0831 #08314A | Primary textHigh emphasis contentDark headings |
| 950 | 051E #051E2E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F1F9FE;
--cobalt-100: #DFF1FC;
--cobalt-200: #C3E4F9;
--cobalt-300: #95CFF4;
--cobalt-400: #5DB7EE;
--cobalt-500: #2FA2E9;
--cobalt-600: #1585CB;
--cobalt-700: #116AA2;
--cobalt-800: #0C4C73;
--cobalt-900: #08314A;
--cobalt-950: #051E2E;
}