Cobalt
#0869AA
BlueColor Codes
All color formats for development
HEX
#0869AARGB
rgb(8, 105, 170)HSL
hsl(204, 91%, 35%)OKLCH
oklch(0.506 0.13 246.8)CMYK
cmyk(95%, 38%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#075F99
2#065488
3#064A77
4#053F66
5#043555
6#032A44
7#022033
8#021522
9#010B11
Tints
Lighter variations
1#0A7DCA
2#0B91EA
3#21A0F5
4#41AEF6
5#61BBF8
6#80C9F9
7#A0D6FB
8#C0E4FC
9#DFF1FE
Tones
Muted variations
1#1068A2
2#18669A
3#206592
4#29638A
5#316182
6#39607A
7#415E72
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 | 8FCF #8FCFFA | BordersInactive statesPlaceholder text |
| 400 | 55B6 #55B6F7 | Disabled statesSecondary iconsMuted text |
| 500 | 24A1 #24A1F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0A85 #0A85D6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0869 #0869AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 064B #064B7A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0430 #04304E | Primary textHigh emphasis contentDark headings |
| 950 | 021E #021E31 | 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: #8FCFFA;
--cobalt-400: #55B6F7;
--cobalt-500: #24A1F5;
--cobalt-600: #0A85D6;
--cobalt-700: #0869AA;
--cobalt-800: #064B7A;
--cobalt-900: #04304E;
--cobalt-950: #021E31;
}