Cobalt
#0969D7
BlueColor Codes
All color formats for development
HEX
#0969D7RGB
rgb(9, 105, 215)HSL
hsl(212, 92%, 44%)OKLCH
oklch(0.538 0.187 257.1)CMYK
cmyk(96%, 51%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#085FC2
2#0754AC
3#064A97
4#053F81
5#04356C
6#042A56
7#032041
8#02152B
9#010B16
Tints
Lighter variations
1#0A77F3
2#2486F6
3#3F95F7
4#5AA4F8
5#76B3F9
6#91C2FA
7#ADD2FC
8#C8E1FD
9#E4F0FE
Tones
Muted variations
1#136ACD
2#1E6BC3
3#286BB8
4#326CAE
5#3D6DA4
6#476D99
7#516E8F
8#5C6F85
9#66707B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F7 #F0F7FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDEC #DDECFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFDC #BFDCFC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EC1 #8EC1FA | BordersInactive statesPlaceholder text |
| 400 | 54A0 #54A0F8 | Disabled statesSecondary iconsMuted text |
| 500 | 2385 #2385F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0969 #0969D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0754 #0754AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 053C #053C7A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0326 #03264E | Primary textHigh emphasis contentDark headings |
| 950 | 0218 #021831 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F0F7FE;
--cobalt-100: #DDECFE;
--cobalt-200: #BFDCFC;
--cobalt-300: #8EC1FA;
--cobalt-400: #54A0F8;
--cobalt-500: #2385F6;
--cobalt-600: #0969D7;
--cobalt-700: #0754AB;
--cobalt-800: #053C7A;
--cobalt-900: #03264E;
--cobalt-950: #021831;
}