Cobalt
#0969AA
BlueColor Codes
All color formats for development
HEX
#0969AARGB
rgb(9, 105, 170)HSL
hsl(204, 90%, 35%)OKLCH
oklch(0.506 0.129 246.9)CMYK
cmyk(95%, 38%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#085F99
2#075488
3#064A77
4#053F66
5#043555
6#042A44
7#032033
8#021522
9#010B11
Tints
Lighter variations
1#0B7DC9
2#0C90E9
3#23A0F3
4#42ADF5
5#62BBF7
6#81C9F8
7#A1D6FA
8#C0E4FC
9#E0F1FD
Tones
Muted variations
1#1168A2
2#19669A
3#216491
4#296389
5#316181
6#396079
7#415E71
8#495C69
9#515B61
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F9 #F0F9FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDF0 #DDF0FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0E4 #C0E4FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 90CF #90CFF9 | BordersInactive statesPlaceholder text |
| 400 | 55B6 #55B6F6 | Disabled statesSecondary iconsMuted text |
| 500 | 25A1 #25A1F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0B84 #0B84D5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0969 #0969AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 064B #064B79 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0430 #04304E | Primary textHigh emphasis contentDark headings |
| 950 | 031E #031E30 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F0F9FE;
--cobalt-100: #DDF0FD;
--cobalt-200: #C0E4FC;
--cobalt-300: #90CFF9;
--cobalt-400: #55B6F6;
--cobalt-500: #25A1F4;
--cobalt-600: #0B84D5;
--cobalt-700: #0969AA;
--cobalt-800: #064B79;
--cobalt-900: #04304E;
--cobalt-950: #031E30;
}