Cobalt
#0A49A9
BlueColor Codes
All color formats for development
HEX
#0A49A9RGB
rgb(10, 73, 169)HSL
hsl(216, 89%, 35%)OKLCH
oklch(0.432 0.166 260)CMYK
cmyk(94%, 57%, 0%, 34%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#094298
2#083B87
3#073376
4#062C65
5#052554
6#041D43
7#031633
8#020F22
9#010711
Tints
Lighter variations
1#0C57C8
2#0D65E7
3#2476F2
4#438AF4
5#629DF6
6#82B1F8
7#A1C4FA
8#C0D8FB
9#E0EBFD
Tones
Muted variations
1#124BA1
2#1A4D99
3#224E91
4#2A5089
5#325181
6#395379
7#415471
8#495669
9#515861
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F6 #F1F6FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDEA #DDEAFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0D8 #C0D8FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 90BA #90BAF9 | BordersInactive statesPlaceholder text |
| 400 | 5696 #5696F5 | Disabled statesSecondary iconsMuted text |
| 500 | 2678 #2678F2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0C5C #0C5CD4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0A49 #0A49A9 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0734 #073478 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0422 #04224D | Primary textHigh emphasis contentDark headings |
| 950 | 0315 #031530 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F1F6FE;
--cobalt-100: #DDEAFD;
--cobalt-200: #C0D8FB;
--cobalt-300: #90BAF9;
--cobalt-400: #5696F5;
--cobalt-500: #2678F2;
--cobalt-600: #0C5CD4;
--cobalt-700: #0A49A9;
--cobalt-800: #073478;
--cobalt-900: #04224D;
--cobalt-950: #031530;
}