Cobalt
#126AA1
BlueColor Codes
All color formats for development
HEX
#126AA1RGB
rgb(18, 106, 161)HSL
hsl(203, 80%, 35%)OKLCH
oklch(0.504 0.116 243.4)CMYK
cmyk(89%, 34%, 0%, 37%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#105F91
2#0E5581
3#0C4A70
4#0B4060
5#093550
6#072A40
7#052030
8#041520
9#020B10
Tints
Lighter variations
1#157EBE
2#1891DC
3#2EA1E8
4#4CAEEB
5#6ABCEE
6#88C9F2
7#A5D7F5
8#C3E4F8
9#E1F2FC
Tones
Muted variations
1#19689A
2#206792
3#27658B
4#2E6384
5#36627D
6#3D6076
7#445E6F
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 | DFF0 #DFF0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3E4 #C3E4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95CF #95CFF3 | BordersInactive statesPlaceholder text |
| 400 | 5EB6 #5EB6ED | Disabled statesSecondary iconsMuted text |
| 500 | 30A2 #30A2E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1685 #1685CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 126A #126AA1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D4C #0D4C73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0830 #083049 | 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: #C3E4F8;
--cobalt-300: #95CFF3;
--cobalt-400: #5EB6ED;
--cobalt-500: #30A2E8;
--cobalt-600: #1685CA;
--cobalt-700: #126AA1;
--cobalt-800: #0D4C73;
--cobalt-900: #083049;
--cobalt-950: #051E2E;
}