Cobalt
#1268A1
BlueColor Codes
All color formats for development
HEX
#1268A1RGB
rgb(18, 104, 161)HSL
hsl(204, 80%, 35%)OKLCH
oklch(0.499 0.118 244.8)CMYK
cmyk(89%, 35%, 0%, 37%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#105D91
2#0E5381
3#0C4870
4#0B3E60
5#093450
6#072940
7#051F30
8#041520
9#020A10
Tints
Lighter variations
1#157BBE
2#188EDC
3#2E9EE8
4#4CABEB
5#6AB9EE
6#88C7F2
7#A5D5F5
8#C3E3F8
9#E1F1FC
Tones
Muted variations
1#19669A
2#206592
3#27638B
4#2E6284
5#36607D
6#3D5F76
7#445E6F
8#4B5C68
9#525B60
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F9 #F1F9FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF0 #DFF0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3E3 #C3E3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95CE #95CEF3 | BordersInactive statesPlaceholder text |
| 400 | 5EB4 #5EB4ED | Disabled statesSecondary iconsMuted text |
| 500 | 309F #309FE8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1682 #1682CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1268 #1268A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D4A #0D4A73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 082F #082F49 | 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: #F1F9FD;
--cobalt-100: #DFF0FB;
--cobalt-200: #C3E3F8;
--cobalt-300: #95CEF3;
--cobalt-400: #5EB4ED;
--cobalt-500: #309FE8;
--cobalt-600: #1682CA;
--cobalt-700: #1268A1;
--cobalt-800: #0D4A73;
--cobalt-900: #082F49;
--cobalt-950: #051E2E;
}