Cobalt
#1068A2
BlueColor Codes
All color formats for development
HEX
#1068A2RGB
rgb(16, 104, 162)HSL
hsl(204, 82%, 35%)OKLCH
oklch(0.5 0.119 245)CMYK
cmyk(90%, 36%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E5D92
2#0D5382
3#0B4972
4#0A3E61
5#083451
6#062A41
7#051F31
8#031520
9#020A10
Tints
Lighter variations
1#137BC1
2#168EDF
3#2C9EEA
4#4AACED
5#68BAF0
6#86C8F3
7#A5D5F6
8#C3E3F9
9#E1F1FC
Tones
Muted variations
1#17669B
2#1F6594
3#26638C
4#2D6285
5#35617E
6#3C5F77
7#435E6F
8#4B5C68
9#525B61
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F9 #F1F9FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF0 #DFF0FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3E3 #C3E3F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94CE #94CEF4 | BordersInactive statesPlaceholder text |
| 400 | 5DB4 #5DB4EF | Disabled statesSecondary iconsMuted text |
| 500 | 2E9F #2E9FEA | Primary brand colorCTAsActive elementsLinks |
| 600 | 1483 #1483CC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1068 #1068A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B4A #0B4A74 | Text on light backgroundsHeadingsStrong borders |
| 900 | 072F #072F4A | Primary textHigh emphasis contentDark headings |
| 950 | 051E #051E2E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F1F9FE;
--cobalt-100: #DFF0FC;
--cobalt-200: #C3E3F9;
--cobalt-300: #94CEF4;
--cobalt-400: #5DB4EF;
--cobalt-500: #2E9FEA;
--cobalt-600: #1483CC;
--cobalt-700: #1068A2;
--cobalt-800: #0B4A74;
--cobalt-900: #072F4A;
--cobalt-950: #051E2E;
}