Cobalt
#0546AD
BlueColor Codes
All color formats for development
HEX
#0546ADRGB
rgb(5, 70, 173)HSL
hsl(217, 94%, 35%)OKLCH
oklch(0.429 0.175 260.6)CMYK
cmyk(97%, 60%, 0%, 32%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#053F9C
2#04388B
3#043179
4#032A68
5#032357
6#021C45
7#021534
8#010E23
9#010711
Tints
Lighter variations
1#0653CD
2#0760ED
3#1E72F8
4#3E86F9
5#5E9AFA
6#7EAEFB
7#9FC2FC
8#BFD7FD
9#DFEBFE
Tones
Muted variations
1#0E48A5
2#164A9C
3#1F4C94
4#274E8C
5#2F4F83
6#38517B
7#405372
8#48556A
9#515762
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F6 #F0F6FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCE9 #DCE9FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFD7 #BFD7FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DB7 #8DB7FB | BordersInactive statesPlaceholder text |
| 400 | 5292 #5292FA | Disabled statesSecondary iconsMuted text |
| 500 | 2073 #2073F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0758 #0758DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0546 #0546AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0432 #04327C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0220 #02204F | Primary textHigh emphasis contentDark headings |
| 950 | 0214 #021431 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F0F6FF;
--cobalt-100: #DCE9FE;
--cobalt-200: #BFD7FD;
--cobalt-300: #8DB7FB;
--cobalt-400: #5292FA;
--cobalt-500: #2073F8;
--cobalt-600: #0758DA;
--cobalt-700: #0546AD;
--cobalt-800: #04327C;
--cobalt-900: #02204F;
--cobalt-950: #021431;
}