Cobalt
#06467A
BlueColor Codes
All color formats for development
HEX
#06467ARGB
rgb(6, 70, 122)HSL
hsl(207, 91%, 25%)OKLCH
oklch(0.388 0.106 250.1)CMYK
cmyk(95%, 43%, 0%, 52%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#053F6E
2#053861
3#043155
4#032A49
5#03233D
6#021C31
7#021525
8#010E18
9#01070C
Tints
Lighter variations
1#075A9E
2#096FC3
3#0B84E7
4#2497F5
5#48A8F6
6#6DB9F8
7#91CBFA
8#B6DCFC
9#DAEEFD
Tones
Muted variations
1#0C4574
2#11446E
3#174468
4#1D4363
5#23435D
6#294257
7#2E4151
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 #DDEFFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0E1 #C0E1FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8FCA #8FCAFA | BordersInactive statesPlaceholder text |
| 400 | 55AE #55AEF7 | Disabled statesSecondary iconsMuted text |
| 500 | 2497 #2497F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0A7A #0A7AD6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0861 #0861AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0646 #06467A | Text on light backgroundsHeadingsStrong borders |
| 900 | 042D #042D4E | 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: #DDEFFD;
--cobalt-200: #C0E1FC;
--cobalt-300: #8FCAFA;
--cobalt-400: #55AEF7;
--cobalt-500: #2497F5;
--cobalt-600: #0A7AD6;
--cobalt-700: #0861AA;
--cobalt-800: #06467A;
--cobalt-900: #042D4E;
--cobalt-950: #021C31;
}