Cobalt
#064D79
BlueColor Codes
All color formats for development
HEX
#064D79RGB
rgb(6, 77, 121)HSL
hsl(203, 91%, 25%)OKLCH
oklch(0.405 0.097 244.1)CMYK
cmyk(95%, 36%, 0%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#05466E
2#053E61
3#043655
4#032E49
5#03273D
6#021F31
7#021725
8#010F18
9#01080C
Tints
Lighter variations
1#07649E
2#097CC3
3#0B93E7
4#24A5F5
5#48B4F6
6#6DC3F8
7#91D2FA
8#B6E1FC
9#DAF0FD
Tones
Muted variations
1#0C4C74
2#114B6E
3#174968
4#1D4863
5#23475D
6#294557
7#2E4451
8#34424B
9#3A4146
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F9 #F0F9FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDF1 #DDF1FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0E5 #C0E5FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8FD1 #8FD1FA | BordersInactive statesPlaceholder text |
| 400 | 55B9 #55B9F7 | Disabled statesSecondary iconsMuted text |
| 500 | 24A5 #24A5F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0A88 #0A88D6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 086C #086CAA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 064D #064D7A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0431 #04314E | Primary textHigh emphasis contentDark headings |
| 950 | 021F #021F31 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F0F9FE;
--cobalt-100: #DDF1FD;
--cobalt-200: #C0E5FC;
--cobalt-300: #8FD1FA;
--cobalt-400: #55B9F7;
--cobalt-500: #24A5F5;
--cobalt-600: #0A88D6;
--cobalt-700: #086CAA;
--cobalt-800: #064D7A;
--cobalt-900: #04314E;
--cobalt-950: #021F31;
}