Cobalt
#0E68A4
BlueColor Codes
All color formats for development
HEX
#0E68A4RGB
rgb(14, 104, 164)HSL
hsl(204, 84%, 35%)OKLCH
oklch(0.501 0.122 245.6)CMYK
cmyk(91%, 37%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0D5E94
2#0B5383
3#0A4973
4#093F63
5#073452
6#062A42
7#041F31
8#031521
9#010A10
Tints
Lighter variations
1#117CC3
2#148FE1
3#2A9EEC
4#48ACEF
5#67BAF2
6#85C8F4
7#A4D6F7
8#C2E3FA
9#E1F1FC
Tones
Muted variations
1#16679D
2#1D6595
3#25648E
4#2C6286
5#34617F
6#3B5F77
7#435E70
8#4A5C68
9#525B61
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F9 #F1F9FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEF0 #DEF0FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2E3 #C2E3FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 93CE #93CEF6 | BordersInactive statesPlaceholder text |
| 400 | 5BB5 #5BB5F1 | Disabled statesSecondary iconsMuted text |
| 500 | 2CA0 #2CA0ED | Primary brand colorCTAsActive elementsLinks |
| 600 | 1283 #1283CE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0E68 #0E68A4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A4A #0A4A75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0730 #07304B | 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: #DEF0FC;
--cobalt-200: #C2E3FA;
--cobalt-300: #93CEF6;
--cobalt-400: #5BB5F1;
--cobalt-500: #2CA0ED;
--cobalt-600: #1283CE;
--cobalt-700: #0E68A4;
--cobalt-800: #0A4A75;
--cobalt-900: #07304B;
--cobalt-950: #041E2F;
}