Cobalt
#136AA0
BlueColor Codes
All color formats for development
HEX
#136AA0RGB
rgb(19, 106, 160)HSL
hsl(203, 79%, 35%)OKLCH
oklch(0.504 0.115 243)CMYK
cmyk(88%, 34%, 0%, 37%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#115F90
2#0F5580
3#0D4A70
4#0B3F60
5#093550
6#072A40
7#062030
8#041520
9#020B10
Tints
Lighter variations
1#167DBD
2#1A91DB
3#2FA0E7
4#4DAEEA
5#6BBBEE
6#88C9F1
7#A6D6F5
8#C4E4F8
9#E1F1FC
Tones
Muted variations
1#1A6899
2#216692
3#28658B
4#2F6384
5#36617D
6#3D6075
7#445E6E
8#4B5D67
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 | C4E4 #C4E4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 96CF #96CFF3 | BordersInactive statesPlaceholder text |
| 400 | 5FB6 #5FB6EC | Disabled statesSecondary iconsMuted text |
| 500 | 32A1 #32A1E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1885 #1885C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 136A #136AA0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D4C #0D4C72 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0930 #093049 | 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: #C4E4F8;
--cobalt-300: #96CFF3;
--cobalt-400: #5FB6EC;
--cobalt-500: #32A1E7;
--cobalt-600: #1885C9;
--cobalt-700: #136AA0;
--cobalt-800: #0D4C72;
--cobalt-900: #093049;
--cobalt-950: #051E2E;
}