Cobalt
#203792
BlueColor Codes
All color formats for development
HEX
#203792RGB
rgb(32, 55, 146)HSL
hsl(228, 64%, 35%)OKLCH
oklch(0.381 0.152 267.5)CMYK
cmyk(78%, 62%, 0%, 43%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1D3184
2#1A2C75
3#162666
4#132158
5#101B49
6#0D163B
7#0A102C
8#060B1D
9#03050F
Tints
Lighter variations
1#2641AE
2#2C4BC9
3#415ED5
4#5C75DB
5#778CE1
6#92A3E7
7#ADBAED
8#C9D1F3
9#E4E8F9
Tones
Muted variations
1#263A8D
2#2C3E87
3#314181
4#37457C
5#3D4876
6#424C70
7#484F6A
8#4E5265
9#54565F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F4 #F2F4FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2E6 #E2E6F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9D1 #C9D1F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FAE #9FAEEA | BordersInactive statesPlaceholder text |
| 400 | 6D83 #6D83DF | Disabled statesSecondary iconsMuted text |
| 500 | 4360 #4360D6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2845 #2845B8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2037 #203792 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1727 #172769 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F19 #0F1943 | Primary textHigh emphasis contentDark headings |
| 950 | 0910 #09102A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F2F4FC;
--cobalt-100: #E2E6F9;
--cobalt-200: #C9D1F3;
--cobalt-300: #9FAEEA;
--cobalt-400: #6D83DF;
--cobalt-500: #4360D6;
--cobalt-600: #2845B8;
--cobalt-700: #203792;
--cobalt-800: #172769;
--cobalt-900: #0F1943;
--cobalt-950: #09102A;
}