Cobalt
#0849AA
BlueColor Codes
All color formats for development
HEX
#0849AARGB
rgb(8, 73, 170)HSL
hsl(216, 91%, 35%)OKLCH
oklch(0.433 0.167 259.9)CMYK
cmyk(95%, 57%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#074299
2#063A88
3#063377
4#052C66
5#042555
6#031D44
7#021633
8#020F22
9#010711
Tints
Lighter variations
1#0A57CA
2#0B64EA
3#2176F5
4#4189F6
5#619DF8
6#80B1F9
7#A0C4FB
8#C0D8FC
9#DFEBFE
Tones
Muted variations
1#104BA2
2#184C9A
3#204E92
4#29508A
5#315182
6#39537A
7#415472
8#495669
9#515861
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F6 #F0F6FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDEA #DDEAFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0D8 #C0D8FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8FBA #8FBAFA | BordersInactive statesPlaceholder text |
| 400 | 5596 #5596F7 | Disabled statesSecondary iconsMuted text |
| 500 | 2477 #2477F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0A5C #0A5CD6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0849 #0849AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0634 #06347A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0421 #04214E | Primary textHigh emphasis contentDark headings |
| 950 | 0215 #021531 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F0F6FE;
--cobalt-100: #DDEAFD;
--cobalt-200: #C0D8FC;
--cobalt-300: #8FBAFA;
--cobalt-400: #5596F7;
--cobalt-500: #2477F5;
--cobalt-600: #0A5CD6;
--cobalt-700: #0849AA;
--cobalt-800: #06347A;
--cobalt-900: #04214E;
--cobalt-950: #021531;
}