Cobalt
#054EAD
BlueColor Codes
All color formats for development
HEX
#054EADRGB
rgb(5, 78, 173)HSL
hsl(214, 94%, 35%)OKLCH
oklch(0.446 0.165 258.6)CMYK
cmyk(97%, 55%, 0%, 32%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#05469C
2#043E8B
3#043779
4#032F68
5#032757
6#021F45
7#021734
8#011023
9#010811
Tints
Lighter variations
1#065DCD
2#076BED
3#1E7CF8
4#3E8FF9
5#5EA2FA
6#7EB4FB
7#9FC7FC
8#BFDAFD
9#DFECFE
Tones
Muted variations
1#0E4FA5
2#16509C
3#1F5194
4#27538C
5#2F5483
6#38557B
7#405672
8#48576A
9#515862
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F6 #F0F6FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCEB #DCEBFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFDA #BFDAFD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DBD #8DBDFB | BordersInactive statesPlaceholder text |
| 400 | 529B #529BFA | Disabled statesSecondary iconsMuted text |
| 500 | 207E #207EF8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0762 #0762DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 054E #054EAD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0438 #04387C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0224 #02244F | Primary textHigh emphasis contentDark headings |
| 950 | 0216 #021631 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F0F6FF;
--cobalt-100: #DCEBFE;
--cobalt-200: #BFDAFD;
--cobalt-300: #8DBDFB;
--cobalt-400: #529BFA;
--cobalt-500: #207EF8;
--cobalt-600: #0762DA;
--cobalt-700: #054EAD;
--cobalt-800: #04387C;
--cobalt-900: #02244F;
--cobalt-950: #021631;
}