Cobalt
#1338A0
BlueColor Codes
All color formats for development
HEX
#1338A0RGB
rgb(19, 56, 160)HSL
hsl(224, 79%, 35%)OKLCH
oklch(0.391 0.173 264.4)CMYK
cmyk(88%, 65%, 0%, 37%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#113390
2#0F2D80
3#0D2770
4#0B2260
5#091C50
6#071740
7#061130
8#040B20
9#020610
Tints
Lighter variations
1#1643BD
2#1A4DDB
3#2F60E7
4#4D77EA
5#6B8EEE
6#88A4F1
7#A6BBF5
8#C4D2F8
9#E1E8FC
Tones
Muted variations
1#1A3C99
2#213F92
3#28428B
4#2F4684
5#36497D
6#3D4C75
7#444F6E
8#4B5367
9#525660
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F5 #F1F5FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFE7 #DFE7FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4D2 #C4D2F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 96AF #96AFF3 | BordersInactive statesPlaceholder text |
| 400 | 5F85 #5F85EC | Disabled statesSecondary iconsMuted text |
| 500 | 3262 #3262E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1847 #1847C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1338 #1338A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D28 #0D2872 | Text on light backgroundsHeadingsStrong borders |
| 900 | 091A #091A49 | Primary textHigh emphasis contentDark headings |
| 950 | 0510 #05102E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F1F5FD;
--cobalt-100: #DFE7FB;
--cobalt-200: #C4D2F8;
--cobalt-300: #96AFF3;
--cobalt-400: #5F85EC;
--cobalt-500: #3262E7;
--cobalt-600: #1847C9;
--cobalt-700: #1338A0;
--cobalt-800: #0D2872;
--cobalt-900: #091A49;
--cobalt-950: #05102E;
}