Cobalt
#205092
BlueColor Codes
All color formats for development
HEX
#205092RGB
rgb(32, 80, 146)HSL
hsl(215, 64%, 35%)OKLCH
oklch(0.435 0.121 257.3)CMYK
cmyk(78%, 45%, 0%, 43%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1D4884
2#1A4075
3#163866
4#133058
5#102849
6#0D203B
7#0A182C
8#06101D
9#03080F
Tints
Lighter variations
1#265FAE
2#2C6DC9
3#417FD5
4#5C91DB
5#77A3E1
6#92B6E7
7#ADC8ED
8#C9DAF3
9#E4EDF9
Tones
Muted variations
1#26518D
2#2C5287
3#315381
4#37547C
5#3D5476
6#425570
7#48566A
8#4E5765
9#54585F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F7 #F2F7FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2EB #E2EBF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9DA #C9DAF3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FBE #9FBEEA | BordersInactive statesPlaceholder text |
| 400 | 6D9C #6D9CDF | Disabled statesSecondary iconsMuted text |
| 500 | 4380 #4380D6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2864 #2864B8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2050 #205092 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1739 #173969 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F24 #0F2443 | Primary textHigh emphasis contentDark headings |
| 950 | 0917 #09172A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F2F7FC;
--cobalt-100: #E2EBF9;
--cobalt-200: #C9DAF3;
--cobalt-300: #9FBEEA;
--cobalt-400: #6D9CDF;
--cobalt-500: #4380D6;
--cobalt-600: #2864B8;
--cobalt-700: #205092;
--cobalt-800: #173969;
--cobalt-900: #0F2443;
--cobalt-950: #09172A;
}