Cobalt
#0575AD
BlueColor Codes
All color formats for development
HEX
#0575ADRGB
rgb(5, 117, 173)HSL
hsl(200, 94%, 35%)OKLCH
oklch(0.537 0.122 240.3)CMYK
cmyk(97%, 32%, 0%, 32%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#05699C
2#045E8B
3#045279
4#034668
5#033B57
6#022F45
7#022334
8#011723
9#010C11
Tints
Lighter variations
1#068BCD
2#07A1ED
3#1EAFF8
4#3EBBF9
5#5EC6FA
6#7ED1FB
7#9FDDFC
8#BFE8FD
9#DFF4FE
Tones
Muted variations
1#0E72A5
2#16709C
3#1F6D94
4#276A8C
5#2F6783
6#38647B
7#406272
8#485F6A
9#515C62
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FA #F0FAFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCF3 #DCF3FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFE8 #BFE8FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DD7 #8DD7FB | BordersInactive statesPlaceholder text |
| 400 | 52C2 #52C2FA | Disabled statesSecondary iconsMuted text |
| 500 | 20B0 #20B0F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0793 #0793DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0575 #0575AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0454 #04547C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0236 #02364F | Primary textHigh emphasis contentDark headings |
| 950 | 0221 #022131 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F0FAFF;
--cobalt-100: #DCF3FE;
--cobalt-200: #BFE8FD;
--cobalt-300: #8DD7FB;
--cobalt-400: #52C2FA;
--cobalt-500: #20B0F8;
--cobalt-600: #0793DA;
--cobalt-700: #0575AD;
--cobalt-800: #04547C;
--cobalt-900: #02364F;
--cobalt-950: #022131;
}