Cobalt
#126CA1
BlueColor Codes
All color formats for development
HEX
#126CA1RGB
rgb(18, 108, 161)HSL
hsl(202, 80%, 35%)OKLCH
oklch(0.509 0.114 241.9)CMYK
cmyk(89%, 33%, 0%, 37%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#106191
2#0E5781
3#0C4C70
4#0B4160
5#093650
6#072B40
7#052030
8#041620
9#020B10
Tints
Lighter variations
1#1580BE
2#1895DC
3#2EA4E8
4#4CB1EB
5#6ABEEE
6#88CBF2
7#A5D8F5
8#C3E5F8
9#E1F2FC
Tones
Muted variations
1#196A9A
2#206892
3#27678B
4#2E6584
5#36637D
6#3D6176
7#445F6F
8#4B5D68
9#525B60
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F9 #F1F9FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF1 #DFF1FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3E5 #C3E5F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95D1 #95D1F3 | BordersInactive statesPlaceholder text |
| 400 | 5EB9 #5EB9ED | Disabled statesSecondary iconsMuted text |
| 500 | 30A5 #30A5E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1688 #1688CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 126C #126CA1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D4D #0D4D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0832 #083249 | Primary textHigh emphasis contentDark headings |
| 950 | 051F #051F2E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F1F9FD;
--cobalt-100: #DFF1FB;
--cobalt-200: #C3E5F8;
--cobalt-300: #95D1F3;
--cobalt-400: #5EB9ED;
--cobalt-500: #30A5E8;
--cobalt-600: #1688CA;
--cobalt-700: #126CA1;
--cobalt-800: #0D4D73;
--cobalt-900: #083249;
--cobalt-950: #051F2E;
}