Cobalt
#1336A0
BlueColor Codes
All color formats for development
HEX
#1336A0RGB
rgb(19, 54, 160)HSL
hsl(225, 79%, 35%)OKLCH
oklch(0.388 0.176 264.8)CMYK
cmyk(88%, 66%, 0%, 37%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#113190
2#0F2B80
3#0D2670
4#0B2060
5#091B50
6#071640
7#061030
8#040B20
9#020510
Tints
Lighter variations
1#1640BD
2#1A4ADB
3#2F5DE7
4#4D74EA
5#6B8BEE
6#88A3F1
7#A6BAF5
8#C4D1F8
9#E1E8FC
Tones
Muted variations
1#1A3A99
2#213D92
3#28418B
4#2F4484
5#36487D
6#3D4B75
7#444F6E
8#4B5267
9#525660
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F4 #F1F4FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFE6 #DFE6FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4D1 #C4D1F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 96AD #96ADF3 | BordersInactive statesPlaceholder text |
| 400 | 5F82 #5F82EC | Disabled statesSecondary iconsMuted text |
| 500 | 325F #325FE7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1844 #1844C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1336 #1336A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D27 #0D2772 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0919 #091949 | Primary textHigh emphasis contentDark headings |
| 950 | 050F #050F2E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F1F4FD;
--cobalt-100: #DFE6FB;
--cobalt-200: #C4D1F8;
--cobalt-300: #96ADF3;
--cobalt-400: #5F82EC;
--cobalt-500: #325FE7;
--cobalt-600: #1844C9;
--cobalt-700: #1336A0;
--cobalt-800: #0D2772;
--cobalt-900: #091949;
--cobalt-950: #050F2E;
}