Cobalt
#1329CD
BlueColor Codes
All color formats for development
HEX
#1329CDRGB
rgb(19, 41, 205)HSL
hsl(233, 83%, 44%)OKLCH
oklch(0.417 0.243 266)CMYK
cmyk(91%, 80%, 0%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1125B9
2#0F21A4
3#0D1D90
4#0B187B
5#0A1467
6#081052
7#060C3E
8#040829
9#020415
Tints
Lighter variations
1#162EE7
2#2E44EC
3#485BEE
4#6273F0
5#7C8AF3
6#96A2F5
7#B1B9F8
8#CBD0FA
9#E5E8FD
Tones
Muted variations
1#1C30C4
2#2637BB
3#2F3EB1
4#3845A8
5#424D9F
6#4B5495
7#545B8C
8#5E6283
9#67697A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F2 #F1F2FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEE2 #DEE2FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2C9 #C2C9F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 949F #949FF5 | BordersInactive statesPlaceholder text |
| 400 | 5C6D #5C6DF0 | Disabled statesSecondary iconsMuted text |
| 500 | 2D43 #2D43EB | Primary brand colorCTAsActive elementsLinks |
| 600 | 1329 #1329CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0F20 #0F20A3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B17 #0B1775 | Text on light backgroundsHeadingsStrong borders |
| 900 | 070F #070F4B | Primary textHigh emphasis contentDark headings |
| 950 | 0409 #04092F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F1F2FE;
--cobalt-100: #DEE2FC;
--cobalt-200: #C2C9F9;
--cobalt-300: #949FF5;
--cobalt-400: #5C6DF0;
--cobalt-500: #2D43EB;
--cobalt-600: #1329CD;
--cobalt-700: #0F20A3;
--cobalt-800: #0B1775;
--cobalt-900: #070F4B;
--cobalt-950: #04092F;
}