Cobalt
#2160C0
BlueColor Codes
All color formats for development
HEX
#2160C0RGB
rgb(33, 96, 192)HSL
hsl(216, 71%, 44%)OKLCH
oklch(0.505 0.164 259.1)CMYK
cmyk(83%, 50%, 0%, 25%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1D57AD
2#1A4D99
3#174386
4#143A73
5#103060
6#0D274D
7#0A1D3A
8#071326
9#030A13
Tints
Lighter variations
1#256DD8
2#3C7DDE
3#548DE2
4#6C9DE6
5#85ADEA
6#9DBEEE
7#B6CEF3
8#CEDEF7
9#E7EFFB
Tones
Muted variations
1#2962B8
2#3063B0
3#3865A8
4#4067A0
5#486898
6#506A90
7#586B88
8#606D80
9#686F78
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F6 #F2F6FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0EB #E0EBFA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6D9 #C6D9F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BBC #9BBCEE | BordersInactive statesPlaceholder text |
| 400 | 6699 #6699E5 | Disabled statesSecondary iconsMuted text |
| 500 | 3B7C #3B7CDE | Primary brand colorCTAsActive elementsLinks |
| 600 | 2160 #2160C0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1A4D #1A4D99 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1237 #12376D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C23 #0C2346 | Primary textHigh emphasis contentDark headings |
| 950 | 0716 #07162C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F2F6FD;
--cobalt-100: #E0EBFA;
--cobalt-200: #C6D9F5;
--cobalt-300: #9BBCEE;
--cobalt-400: #6699E5;
--cobalt-500: #3B7CDE;
--cobalt-600: #2160C0;
--cobalt-700: #1A4D99;
--cobalt-800: #12376D;
--cobalt-900: #0C2346;
--cobalt-950: #07162C;
}