Cobalt
#05467A
BlueColor Codes
All color formats for development
HEX
#05467ARGB
rgb(5, 70, 122)HSL
hsl(207, 92%, 25%)OKLCH
oklch(0.388 0.106 249.9)CMYK
cmyk(96%, 43%, 0%, 52%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#053F6E
2#043862
3#043156
4#032A49
5#03233D
6#021C31
7#021525
8#010E18
9#01070C
Tints
Lighter variations
1#075A9F
2#086FC4
3#0A84E9
4#2397F6
5#47A8F7
6#6CBAF9
7#91CBFA
8#B6DCFC
9#DAEEFD
Tones
Muted variations
1#0B4575
2#11446F
3#174469
4#1D4363
5#22435D
6#284257
7#2E4251
8#34414B
9#3A4046
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F8 #F0F8FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDEF #DDEFFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFE1 #BFE1FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8ECA #8ECAFA | BordersInactive statesPlaceholder text |
| 400 | 54AE #54AEF8 | Disabled statesSecondary iconsMuted text |
| 500 | 2397 #2397F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 097B #097BD7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0761 #0761AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0546 #05467A | Text on light backgroundsHeadingsStrong borders |
| 900 | 032D #032D4E | Primary textHigh emphasis contentDark headings |
| 950 | 021C #021C31 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F0F8FE;
--cobalt-100: #DDEFFE;
--cobalt-200: #BFE1FC;
--cobalt-300: #8ECAFA;
--cobalt-400: #54AEF8;
--cobalt-500: #2397F6;
--cobalt-600: #097BD7;
--cobalt-700: #0761AB;
--cobalt-800: #05467A;
--cobalt-900: #032D4E;
--cobalt-950: #021C31;
}