Cobalt
#1649CA
BlueColor Codes
All color formats for development
HEX
#1649CARGB
rgb(22, 73, 202)HSL
hsl(223, 80%, 44%)OKLCH
oklch(0.464 0.207 263.7)CMYK
cmyk(89%, 64%, 0%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1442B6
2#123BA2
3#10338D
4#0D2C79
5#0B2565
6#091D51
7#07163D
8#040F28
9#020714
Tints
Lighter variations
1#1953E4
2#3165E8
3#4B78EB
4#658CEE
5#7E9FF1
6#98B2F4
7#B2C5F6
8#CCD9F9
9#E5ECFC
Tones
Muted variations
1#1F4DC1
2#2851B8
3#3155AF
4#3A59A6
5#435D9D
6#4C6194
7#55658B
8#5E6882
9#676C79
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F5 #F1F5FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFE7 #DFE7FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3D2 #C3D2F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95B0 #95B0F3 | BordersInactive statesPlaceholder text |
| 400 | 5E87 #5E87ED | Disabled statesSecondary iconsMuted text |
| 500 | 3064 #3064E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1649 #1649CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 123A #123AA1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D2A #0D2A73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 081B #081B49 | Primary textHigh emphasis contentDark headings |
| 950 | 0511 #05112E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F1F5FD;
--cobalt-100: #DFE7FB;
--cobalt-200: #C3D2F8;
--cobalt-300: #95B0F3;
--cobalt-400: #5E87ED;
--cobalt-500: #3064E8;
--cobalt-600: #1649CA;
--cobalt-700: #123AA1;
--cobalt-800: #0D2A73;
--cobalt-900: #081B49;
--cobalt-950: #05112E;
}