Cobalt
#1332CD
BlueColor Codes
All color formats for development
HEX
#1332CDRGB
rgb(19, 50, 205)HSL
hsl(230, 83%, 44%)OKLCH
oklch(0.429 0.235 265.6)CMYK
cmyk(91%, 76%, 0%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#112DB9
2#0F28A4
3#0D2390
4#0B1E7B
5#0A1967
6#081452
7#060F3E
8#040A29
9#020515
Tints
Lighter variations
1#1638E7
2#2E4EEC
3#4864EE
4#627AF0
5#7C90F3
6#96A6F5
7#B1BCF8
8#CBD3FA
9#E5E9FD
Tones
Muted variations
1#1C38C4
2#263FBB
3#2F45B1
4#384BA8
5#42519F
6#4B5795
7#545E8C
8#5E6483
9#676A7A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F3 #F1F3FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEE3 #DEE3FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2CC #C2CCF9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94A4 #94A4F5 | BordersInactive statesPlaceholder text |
| 400 | 5C74 #5C74F0 | Disabled statesSecondary iconsMuted text |
| 500 | 2D4D #2D4DEB | Primary brand colorCTAsActive elementsLinks |
| 600 | 1332 #1332CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0F28 #0F28A3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B1C #0B1C75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0712 #07124B | Primary textHigh emphasis contentDark headings |
| 950 | 040B #040B2F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F1F3FE;
--cobalt-100: #DEE3FC;
--cobalt-200: #C2CCF9;
--cobalt-300: #94A4F5;
--cobalt-400: #5C74F0;
--cobalt-500: #2D4DEB;
--cobalt-600: #1332CD;
--cobalt-700: #0F28A3;
--cobalt-800: #0B1C75;
--cobalt-900: #07124B;
--cobalt-950: #040B2F;
}