Cobalt
#2146C0
BlueColor Codes
All color formats for development
HEX
#2146C0RGB
rgb(33, 70, 192)HSL
hsl(226, 71%, 44%)OKLCH
oklch(0.453 0.195 265.6)CMYK
cmyk(83%, 64%, 0%, 25%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1D3FAD
2#1A3899
3#173186
4#142A73
5#102360
6#0D1C4D
7#0A153A
8#070E26
9#030713
Tints
Lighter variations
1#254FD8
2#3C62DE
3#5475E2
4#6C89E6
5#859DEA
6#9DB0EE
7#B6C4F3
8#CED8F7
9#E7EBFB
Tones
Muted variations
1#294AB8
2#304EB0
3#3852A8
4#4057A0
5#485B98
6#505F90
7#586388
8#606880
9#686C78
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F4 #F2F4FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0E6 #E0E6FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6D1 #C6D1F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BAE #9BAEEE | BordersInactive statesPlaceholder text |
| 400 | 6684 #6684E5 | Disabled statesSecondary iconsMuted text |
| 500 | 3B61 #3B61DE | Primary brand colorCTAsActive elementsLinks |
| 600 | 2146 #2146C0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1A37 #1A3799 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1228 #12286D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C19 #0C1946 | Primary textHigh emphasis contentDark headings |
| 950 | 0710 #07102C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F2F4FD;
--cobalt-100: #E0E6FA;
--cobalt-200: #C6D1F5;
--cobalt-300: #9BAEEE;
--cobalt-400: #6684E5;
--cobalt-500: #3B61DE;
--cobalt-600: #2146C0;
--cobalt-700: #1A3799;
--cobalt-800: #12286D;
--cobalt-900: #0C1946;
--cobalt-950: #07102C;
}