Cobalt
#205492
BlueColor Codes
All color formats for development
HEX
#205492RGB
rgb(32, 84, 146)HSL
hsl(213, 64%, 35%)OKLCH
oklch(0.445 0.116 254.9)CMYK
cmyk(78%, 42%, 0%, 43%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1D4B84
2#1A4375
3#163A66
4#133258
5#102A49
6#0D213B
7#0A192C
8#06111D
9#03080F
Tints
Lighter variations
1#2663AE
2#2C73C9
3#4184D5
4#5C95DB
5#77A7E1
6#92B8E7
7#ADCAED
8#C9DCF3
9#E4EDF9
Tones
Muted variations
1#26548D
2#2C5587
3#315581
4#37567C
5#3D5676
6#425770
7#48586A
8#4E5865
9#54595F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F7 #F2F7FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2EC #E2ECF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9DC #C9DCF3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FC1 #9FC1EA | BordersInactive statesPlaceholder text |
| 400 | 6DA0 #6DA0DF | Disabled statesSecondary iconsMuted text |
| 500 | 4385 #4385D6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2869 #2869B8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2054 #205492 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 173C #173C69 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F26 #0F2643 | Primary textHigh emphasis contentDark headings |
| 950 | 0918 #09182A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F2F7FC;
--cobalt-100: #E2ECF9;
--cobalt-200: #C9DCF3;
--cobalt-300: #9FC1EA;
--cobalt-400: #6DA0DF;
--cobalt-500: #4385D6;
--cobalt-600: #2869B8;
--cobalt-700: #205492;
--cobalt-800: #173C69;
--cobalt-900: #0F2643;
--cobalt-950: #09182A;
}