Cobalt
#064B79
BlueColor Codes
All color formats for development
HEX
#064B79RGB
rgb(6, 75, 121)HSL
hsl(204, 91%, 25%)OKLCH
oklch(0.4 0.099 245.8)CMYK
cmyk(95%, 38%, 0%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#05446E
2#053C61
3#043555
4#032D49
5#03263D
6#021E31
7#021725
8#010F18
9#01080C
Tints
Lighter variations
1#07629E
2#0979C3
3#0B8FE7
4#24A1F5
5#48B1F6
6#6DC0F8
7#91D0FA
8#B6E0FC
9#DAEFFD
Tones
Muted variations
1#0C4A74
2#11496E
3#174868
4#1D4763
5#23465D
6#294457
7#2E4351
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 | DDF0 #DDF0FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0E4 #C0E4FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8FCF #8FCFFA | BordersInactive statesPlaceholder text |
| 400 | 55B6 #55B6F7 | Disabled statesSecondary iconsMuted text |
| 500 | 24A1 #24A1F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0A85 #0A85D6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0869 #0869AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 064B #064B7A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0430 #04304E | Primary textHigh emphasis contentDark headings |
| 950 | 021E #021E31 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F0F9FE;
--cobalt-100: #DDF0FD;
--cobalt-200: #C0E4FC;
--cobalt-300: #8FCFFA;
--cobalt-400: #55B6F7;
--cobalt-500: #24A1F5;
--cobalt-600: #0A85D6;
--cobalt-700: #0869AA;
--cobalt-800: #064B7A;
--cobalt-900: #04304E;
--cobalt-950: #021E31;
}