Cobalt
#054B7A
BlueColor Codes
All color formats for development
HEX
#054B7ARGB
rgb(5, 75, 122)HSL
hsl(204, 92%, 25%)OKLCH
oklch(0.4 0.1 246.2)CMYK
cmyk(96%, 39%, 0%, 52%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#05446E
2#043C62
3#043556
4#032D49
5#03263D
6#021E31
7#021725
8#010F18
9#01080C
Tints
Lighter variations
1#07629F
2#0879C4
3#0A8FE9
4#23A1F6
5#47B1F7
6#6CC1F9
7#91D0FA
8#B6E0FC
9#DAEFFD
Tones
Muted variations
1#0B4A75
2#11496F
3#174869
4#1D4763
5#22465D
6#284457
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 #DDF0FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFE4 #BFE4FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8ECF #8ECFFA | BordersInactive statesPlaceholder text |
| 400 | 54B6 #54B6F8 | Disabled statesSecondary iconsMuted text |
| 500 | 23A1 #23A1F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0985 #0985D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 076A #076AAB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 054B #054B7A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0330 #03304E | 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: #DDF0FE;
--cobalt-200: #BFE4FC;
--cobalt-300: #8ECFFA;
--cobalt-400: #54B6F8;
--cobalt-500: #23A1F6;
--cobalt-600: #0985D7;
--cobalt-700: #076AAB;
--cobalt-800: #054B7A;
--cobalt-900: #03304E;
--cobalt-950: #021E31;
}