Cobalt
#114DA2
BlueColor Codes
All color formats for development
HEX
#114DA2RGB
rgb(17, 77, 162)HSL
hsl(215, 81%, 35%)OKLCH
oklch(0.436 0.15 258.6)CMYK
cmyk(90%, 52%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F4591
2#0E3E81
3#0C3671
4#0A2E61
5#082751
6#071F41
7#051730
8#030F20
9#020810
Tints
Lighter variations
1#145CC0
2#176ADE
3#2D7BE9
4#4B8EEC
5#69A1EF
6#87B4F2
7#A5C7F6
8#C3D9F9
9#E1ECFC
Tones
Muted variations
1#184E9A
2#1F5093
3#27518C
4#2E5285
5#35537D
6#3C5476
7#44566F
8#4B5768
9#525860
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F6 #F1F6FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFEB #DFEBFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3D9 #C3D9F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95BC #95BCF4 | BordersInactive statesPlaceholder text |
| 400 | 5D9A #5D9AEE | Disabled statesSecondary iconsMuted text |
| 500 | 2F7D #2F7DE9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1561 #1561CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 114D #114DA2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C37 #0C3773 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0823 #08234A | Primary textHigh emphasis contentDark headings |
| 950 | 0516 #05162E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F1F6FE;
--cobalt-100: #DFEBFC;
--cobalt-200: #C3D9F9;
--cobalt-300: #95BCF4;
--cobalt-400: #5D9AEE;
--cobalt-500: #2F7DE9;
--cobalt-600: #1561CB;
--cobalt-700: #114DA2;
--cobalt-800: #0C3773;
--cobalt-900: #08234A;
--cobalt-950: #05162E;
}