Cobalt
#1944C8
BlueColor Codes
All color formats for development
HEX
#1944C8RGB
rgb(25, 68, 200)HSL
hsl(225, 78%, 44%)OKLCH
oklch(0.454 0.209 264.7)CMYK
cmyk(88%, 66%, 0%, 22%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#163EB4
2#1437A0
3#11308C
4#0F2978
5#0C2264
6#0A1B50
7#07153C
8#050E28
9#020714
Tints
Lighter variations
1#1C4DE1
2#3460E6
3#4D74E9
4#6688EC
5#809CEF
6#99B0F2
7#B3C3F6
8#CCD7F9
9#E6EBFC
Tones
Muted variations
1#2149BF
2#2A4DB6
3#3352AD
4#3C56A5
5#445A9C
6#4D5F93
7#56638A
8#5F6782
9#676C79
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F4 #F1F4FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFE6 #DFE6FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4D1 #C4D1F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97AD #97ADF2 | BordersInactive statesPlaceholder text |
| 400 | 6083 #6083EB | Disabled statesSecondary iconsMuted text |
| 500 | 335F #335FE6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1944 #1944C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1436 #14369F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E27 #0E2771 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0919 #091949 | Primary textHigh emphasis contentDark headings |
| 950 | 0610 #06102D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F1F4FD;
--cobalt-100: #DFE6FB;
--cobalt-200: #C4D1F8;
--cobalt-300: #97ADF2;
--cobalt-400: #6083EB;
--cobalt-500: #335FE6;
--cobalt-600: #1944C8;
--cobalt-700: #14369F;
--cobalt-800: #0E2771;
--cobalt-900: #091949;
--cobalt-950: #06102D;
}