Cobalt
#1160A2
BlueColor Codes
All color formats for development
HEX
#1160A2RGB
rgb(17, 96, 162)HSL
hsl(207, 81%, 35%)OKLCH
oklch(0.48 0.128 250)CMYK
cmyk(90%, 41%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F5791
2#0E4D81
3#0C4471
4#0A3A61
5#083051
6#072741
7#051D30
8#031320
9#020A10
Tints
Lighter variations
1#1472C0
2#1784DE
3#2D94E9
4#4BA4EC
5#69B3EF
6#87C2F2
7#A5D1F6
8#C3E1F9
9#E1F0FC
Tones
Muted variations
1#18609A
2#1F5F93
3#275E8C
4#2E5E85
5#355D7D
6#3C5C76
7#445B6F
8#4B5B68
9#525A60
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F8 #F1F8FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFEF #DFEFFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3E1 #C3E1F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95C9 #95C9F4 | BordersInactive statesPlaceholder text |
| 400 | 5DAD #5DADEE | Disabled statesSecondary iconsMuted text |
| 500 | 2F96 #2F96E9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1579 #1579CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1160 #1160A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C45 #0C4573 | Text on light backgroundsHeadingsStrong borders |
| 900 | 082C #082C4A | Primary textHigh emphasis contentDark headings |
| 950 | 051C #051C2E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F1F8FE;
--cobalt-100: #DFEFFC;
--cobalt-200: #C3E1F9;
--cobalt-300: #95C9F4;
--cobalt-400: #5DADEE;
--cobalt-500: #2F96E9;
--cobalt-600: #1579CB;
--cobalt-700: #1160A2;
--cobalt-800: #0C4573;
--cobalt-900: #082C4A;
--cobalt-950: #051C2E;
}