Cobalt
#0E6DA4
BlueColor Codes
All color formats for development
HEX
#0E6DA4RGB
rgb(14, 109, 164)HSL
hsl(202, 84%, 35%)OKLCH
oklch(0.513 0.118 242.3)CMYK
cmyk(91%, 34%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0D6294
2#0B5783
3#0A4C73
4#094263
5#073752
6#062C42
7#042131
8#031621
9#010B10
Tints
Lighter variations
1#1182C3
2#1496E1
3#2AA5EC
4#48B2EF
5#67BFF2
6#85CCF4
7#A4D8F7
8#C2E5FA
9#E1F2FC
Tones
Muted variations
1#166B9D
2#1D6995
3#25678E
4#2C6586
5#34637F
6#3B6177
7#435F70
8#4A5D68
9#525B61
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F9 #F1F9FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEF1 #DEF1FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2E5 #C2E5FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 93D1 #93D1F6 | BordersInactive statesPlaceholder text |
| 400 | 5BBA #5BBAF1 | Disabled statesSecondary iconsMuted text |
| 500 | 2CA6 #2CA6ED | Primary brand colorCTAsActive elementsLinks |
| 600 | 1289 #1289CE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0E6D #0E6DA4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A4E #0A4E75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0732 #07324B | Primary textHigh emphasis contentDark headings |
| 950 | 041F #041F2F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F1F9FE;
--cobalt-100: #DEF1FC;
--cobalt-200: #C2E5FA;
--cobalt-300: #93D1F6;
--cobalt-400: #5BBAF1;
--cobalt-500: #2CA6ED;
--cobalt-600: #1289CE;
--cobalt-700: #0E6DA4;
--cobalt-800: #0A4E75;
--cobalt-900: #07324B;
--cobalt-950: #041F2F;
}