Cobalt
#055FAD
BlueColor Codes
All color formats for development
HEX
#055FADRGB
rgb(5, 95, 173)HSL
hsl(208, 94%, 35%)OKLCH
oklch(0.484 0.145 252.5)CMYK
cmyk(97%, 45%, 0%, 32%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#05559C
2#044C8B
3#044279
4#033968
5#032F57
6#022645
7#021C34
8#011323
9#010911
Tints
Lighter variations
1#0670CD
2#0782ED
3#1E92F8
4#3EA2F9
5#5EB1FA
6#7EC1FB
7#9FD0FC
8#BFE0FD
9#DFEFFE
Tones
Muted variations
1#0E5EA5
2#165E9C
3#1F5D94
4#275D8C
5#2F5C83
6#385B7B
7#405B72
8#485A6A
9#515A62
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F8 #F0F8FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCEE #DCEEFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFE0 #BFE0FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DC8 #8DC8FB | BordersInactive statesPlaceholder text |
| 400 | 52AB #52ABFA | Disabled statesSecondary iconsMuted text |
| 500 | 2093 #2093F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0777 #0777DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 055F #055FAD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0444 #04447C | Text on light backgroundsHeadingsStrong borders |
| 900 | 022B #022B4F | Primary textHigh emphasis contentDark headings |
| 950 | 021B #021B31 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F0F8FF;
--cobalt-100: #DCEEFE;
--cobalt-200: #BFE0FD;
--cobalt-300: #8DC8FB;
--cobalt-400: #52ABFA;
--cobalt-500: #2093F8;
--cobalt-600: #0777DA;
--cobalt-700: #055FAD;
--cobalt-800: #04447C;
--cobalt-900: #022B4F;
--cobalt-950: #021B31;
}