Cobalt
#132FA0
BlueColor Codes
All color formats for development
HEX
#132FA0RGB
rgb(19, 47, 160)HSL
hsl(228, 79%, 35%)OKLCH
oklch(0.375 0.184 265.8)CMYK
cmyk(88%, 71%, 0%, 37%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#112A90
2#0F2680
3#0D2170
4#0B1C60
5#091750
6#071340
7#060E30
8#040920
9#020510
Tints
Lighter variations
1#1638BD
2#1A40DB
3#2F54E7
4#4D6CEA
5#6B85EE
6#889DF1
7#A6B6F5
8#C4CEF8
9#E1E7FC
Tones
Muted variations
1#1A3399
2#213792
3#283C8B
4#2F4084
5#36447D
6#3D4875
7#444D6E
8#4B5167
9#525560
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F4 #F1F4FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFE5 #DFE5FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4CE #C4CEF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 96A9 #96A9F3 | BordersInactive statesPlaceholder text |
| 400 | 5F7B #5F7BEC | Disabled statesSecondary iconsMuted text |
| 500 | 3256 #3256E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 183B #183BC9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 132F #132FA0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D22 #0D2272 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0915 #091549 | Primary textHigh emphasis contentDark headings |
| 950 | 050D #050D2E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F1F4FD;
--cobalt-100: #DFE5FB;
--cobalt-200: #C4CEF8;
--cobalt-300: #96A9F3;
--cobalt-400: #5F7BEC;
--cobalt-500: #3256E7;
--cobalt-600: #183BC9;
--cobalt-700: #132FA0;
--cobalt-800: #0D2272;
--cobalt-900: #091549;
--cobalt-950: #050D2E;
}