Cobalt
#094CAA
BlueColor Codes
All color formats for development
HEX
#094CAARGB
rgb(9, 76, 170)HSL
hsl(215, 90%, 35%)OKLCH
oklch(0.439 0.163 259.2)CMYK
cmyk(95%, 55%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#084499
2#073D88
3#063577
4#052E66
5#042655
6#041E44
7#031733
8#020F22
9#010811
Tints
Lighter variations
1#0B5AC9
2#0C68E9
3#237AF3
4#428DF5
5#62A0F7
6#81B3F8
7#A1C6FA
8#C0D9FC
9#E0ECFD
Tones
Muted variations
1#114DA2
2#194F9A
3#215091
4#295189
5#315381
6#395479
7#415571
8#495769
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 | C0D9 #C0D9FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 90BC #90BCF9 | BordersInactive statesPlaceholder text |
| 400 | 5598 #5598F6 | Disabled statesSecondary iconsMuted text |
| 500 | 257B #257BF4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0B5F #0B5FD5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 094C #094CAA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0636 #063679 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0423 #04234E | Primary textHigh emphasis contentDark headings |
| 950 | 0316 #031630 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F0F6FE;
--cobalt-100: #DDEAFD;
--cobalt-200: #C0D9FC;
--cobalt-300: #90BCF9;
--cobalt-400: #5598F6;
--cobalt-500: #257BF4;
--cobalt-600: #0B5FD5;
--cobalt-700: #094CAA;
--cobalt-800: #063679;
--cobalt-900: #04234E;
--cobalt-950: #031630;
}