Cobalt
#0947AA
BlueColor Codes
All color formats for development
HEX
#0947AARGB
rgb(9, 71, 170)HSL
hsl(217, 90%, 35%)OKLCH
oklch(0.429 0.17 260.5)CMYK
cmyk(95%, 58%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#083F99
2#073888
3#063177
4#052A66
5#042355
6#041C44
7#031533
8#020E22
9#010711
Tints
Lighter variations
1#0B54C9
2#0C61E9
3#2373F3
4#4287F5
5#629BF7
6#81AFF8
7#A1C3FA
8#C0D7FC
9#E0EBFD
Tones
Muted variations
1#1148A2
2#194A9A
3#214C91
4#294E89
5#315081
6#395279
7#415471
8#495669
9#515761
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F6 #F0F6FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE9 #DDE9FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0D7 #C0D7FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 90B8 #90B8F9 | BordersInactive statesPlaceholder text |
| 400 | 5593 #5593F6 | Disabled statesSecondary iconsMuted text |
| 500 | 2574 #2574F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0B59 #0B59D5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0947 #0947AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0632 #063279 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0420 #04204E | Primary textHigh emphasis contentDark headings |
| 950 | 0314 #031430 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F0F6FE;
--cobalt-100: #DDE9FD;
--cobalt-200: #C0D7FC;
--cobalt-300: #90B8F9;
--cobalt-400: #5593F6;
--cobalt-500: #2574F4;
--cobalt-600: #0B59D5;
--cobalt-700: #0947AA;
--cobalt-800: #063279;
--cobalt-900: #04204E;
--cobalt-950: #031430;
}