Cobalt
#114BA2
BlueColor Codes
All color formats for development
HEX
#114BA2RGB
rgb(17, 75, 162)HSL
hsl(216, 81%, 35%)OKLCH
oklch(0.432 0.153 259.3)CMYK
cmyk(90%, 54%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F4391
2#0E3C81
3#0C3471
4#0A2D61
5#082551
6#071E41
7#051630
8#030F20
9#020710
Tints
Lighter variations
1#1459C0
2#1767DE
3#2D78E9
4#4B8BEC
5#699FEF
6#87B2F2
7#A5C5F6
8#C3D8F9
9#E1ECFC
Tones
Muted variations
1#184C9A
2#1F4E93
3#274F8C
4#2E5185
5#35527D
6#3C5376
7#44556F
8#4B5668
9#525860
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F6 #F1F6FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFEA #DFEAFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3D8 #C3D8F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95BB #95BBF4 | BordersInactive statesPlaceholder text |
| 400 | 5D97 #5D97EE | Disabled statesSecondary iconsMuted text |
| 500 | 2F7A #2F7AE9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 155E #155ECB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 114B #114BA2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C35 #0C3573 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0822 #08224A | Primary textHigh emphasis contentDark headings |
| 950 | 0515 #05152E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F1F6FE;
--cobalt-100: #DFEAFC;
--cobalt-200: #C3D8F9;
--cobalt-300: #95BBF4;
--cobalt-400: #5D97EE;
--cobalt-500: #2F7AE9;
--cobalt-600: #155ECB;
--cobalt-700: #114BA2;
--cobalt-800: #0C3573;
--cobalt-900: #08224A;
--cobalt-950: #05152E;
}