Cobalt
#164FCA
BlueColor Codes
All color formats for development
HEX
#164FCARGB
rgb(22, 79, 202)HSL
hsl(221, 80%, 44%)OKLCH
oklch(0.476 0.2 262.7)CMYK
cmyk(89%, 61%, 0%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1447B6
2#123FA2
3#10388D
4#0D3079
5#0B2865
6#092051
7#07183D
8#041028
9#020814
Tints
Lighter variations
1#1959E4
2#316BE8
3#4B7EEB
4#6590EE
5#7EA3F1
6#98B5F4
7#B2C8F6
8#CCDAF9
9#E5EDFC
Tones
Muted variations
1#1F53C1
2#2856B8
3#3159AF
4#3A5CA6
5#43609D
6#4C6394
7#55668B
8#5E6A82
9#676D79
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F5 #F1F5FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFE8 #DFE8FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3D4 #C3D4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95B3 #95B3F3 | BordersInactive statesPlaceholder text |
| 400 | 5E8C #5E8CED | Disabled statesSecondary iconsMuted text |
| 500 | 306B #306BE8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 164F #164FCA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 123F #123FA1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D2D #0D2D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 081D #081D49 | Primary textHigh emphasis contentDark headings |
| 950 | 0512 #05122E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F1F5FD;
--cobalt-100: #DFE8FB;
--cobalt-200: #C3D4F8;
--cobalt-300: #95B3F3;
--cobalt-400: #5E8CED;
--cobalt-500: #306BE8;
--cobalt-600: #164FCA;
--cobalt-700: #123FA1;
--cobalt-800: #0D2D73;
--cobalt-900: #081D49;
--cobalt-950: #05122E;
}