Cobalt
#0E6BA4
BlueColor Codes
All color formats for development
HEX
#0E6BA4RGB
rgb(14, 107, 164)HSL
hsl(203, 84%, 35%)OKLCH
oklch(0.508 0.119 243.6)CMYK
cmyk(91%, 35%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0D6094
2#0B5583
3#0A4B73
4#094063
5#073552
6#062B42
7#042031
8#031521
9#010B10
Tints
Lighter variations
1#117FC3
2#1492E1
3#2AA2EC
4#48AFEF
5#67BCF2
6#85CAF4
7#A4D7F7
8#C2E4FA
9#E1F2FC
Tones
Muted variations
1#16699D
2#1D6795
3#25658E
4#2C6486
5#34627F
6#3B6077
7#435E70
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 | C2E4 #C2E4FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 93D0 #93D0F6 | BordersInactive statesPlaceholder text |
| 400 | 5BB7 #5BB7F1 | Disabled statesSecondary iconsMuted text |
| 500 | 2CA3 #2CA3ED | Primary brand colorCTAsActive elementsLinks |
| 600 | 1286 #1286CE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0E6B #0E6BA4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A4C #0A4C75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0731 #07314B | Primary textHigh emphasis contentDark headings |
| 950 | 041E #041E2F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F1F9FE;
--cobalt-100: #DEF1FC;
--cobalt-200: #C2E4FA;
--cobalt-300: #93D0F6;
--cobalt-400: #5BB7F1;
--cobalt-500: #2CA3ED;
--cobalt-600: #1286CE;
--cobalt-700: #0E6BA4;
--cobalt-800: #0A4C75;
--cobalt-900: #07314B;
--cobalt-950: #041E2F;
}