Cobalt
#094AD7
BlueColor Codes
All color formats for development
HEX
#094AD7RGB
rgb(9, 74, 215)HSL
hsl(221, 92%, 44%)OKLCH
oklch(0.476 0.223 262.8)CMYK
cmyk(96%, 66%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0843C2
2#073BAC
3#063497
4#052D81
5#04256C
6#041E56
7#031641
8#020F2B
9#010716
Tints
Lighter variations
1#0A54F3
2#2466F6
3#3F79F7
4#5A8CF8
5#76A0F9
6#91B3FA
7#ADC6FC
8#C8D9FD
9#E4ECFE
Tones
Muted variations
1#134ECD
2#1E52C3
3#2856B8
4#3259AE
5#3D5DA4
6#476199
7#51658F
8#5C6985
9#666C7B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F5 #F0F5FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE7 #DDE7FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFD3 #BFD3FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EB1 #8EB1FA | BordersInactive statesPlaceholder text |
| 400 | 5488 #5488F8 | Disabled statesSecondary iconsMuted text |
| 500 | 2366 #2366F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 094A #094AD7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 073B #073BAB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 052A #052A7A | Text on light backgroundsHeadingsStrong borders |
| 900 | 031B #031B4E | Primary textHigh emphasis contentDark headings |
| 950 | 0211 #021131 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F0F5FE;
--cobalt-100: #DDE7FE;
--cobalt-200: #BFD3FC;
--cobalt-300: #8EB1FA;
--cobalt-400: #5488F8;
--cobalt-500: #2366F6;
--cobalt-600: #094AD7;
--cobalt-700: #073BAB;
--cobalt-800: #052A7A;
--cobalt-900: #031B4E;
--cobalt-950: #021131;
}