Cobalt
#004880
BlueColor Codes
All color formats for development
HEX
#004880RGB
rgb(0, 72, 128)HSL
hsl(206, 100%, 25%)OKLCH
oklch(0.396 0.113 250.2)CMYK
cmyk(100%, 44%, 0%, 50%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#004173
2#003A66
3#003359
4#002B4D
5#002440
6#001D33
7#001626
8#000E1A
9#00070D
Tints
Lighter variations
1#005EA6
2#0074CC
3#0089F2
4#1A9CFF
5#40ACFF
6#66BDFF
7#8CCDFF
8#B3DEFF
9#D9EEFF
Tones
Muted variations
1#064779
2#0D4773
3#13466C
4#194566
5#204460
6#264359
7#2D4253
8#33414D
9#394146
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F8 #F0F8FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DBF0 #DBF0FF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDE2 #BDE2FF | Secondary backgroundsInput backgroundsDividers |
| 300 | 8ACC #8ACCFF | BordersInactive statesPlaceholder text |
| 400 | 4DB2 #4DB2FF | Disabled statesSecondary iconsMuted text |
| 500 | 1A9C #1A9CFF | Primary brand colorCTAsActive elementsLinks |
| 600 | 007F #007FE0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0065 #0065B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0048 #004880 | Text on light backgroundsHeadingsStrong borders |
| 900 | 002E #002E52 | Primary textHigh emphasis contentDark headings |
| 950 | 001D #001D33 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F0F8FF;
--cobalt-100: #DBF0FF;
--cobalt-200: #BDE2FF;
--cobalt-300: #8ACCFF;
--cobalt-400: #4DB2FF;
--cobalt-500: #1A9CFF;
--cobalt-600: #007FE0;
--cobalt-700: #0065B3;
--cobalt-800: #004880;
--cobalt-900: #002E52;
--cobalt-950: #001D33;
}