Cobalt
#205592
BlueColor Codes
All color formats for development
HEX
#205592RGB
rgb(32, 85, 146)HSL
hsl(212, 64%, 35%)OKLCH
oklch(0.447 0.115 254.3)CMYK
cmyk(78%, 42%, 0%, 43%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1D4D84
2#1A4475
3#163C66
4#133358
5#102B49
6#0D223B
7#0A1A2C
8#06111D
9#03090F
Tints
Lighter variations
1#2665AE
2#2C75C9
3#4186D5
4#5C97DB
5#77A9E1
6#92BAE7
7#ADCBED
8#C9DCF3
9#E4EEF9
Tones
Muted variations
1#26568D
2#2C5687
3#315781
4#37577C
5#3D5776
6#425870
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 | 9FC2 #9FC2EA | BordersInactive statesPlaceholder text |
| 400 | 6DA2 #6DA2DF | Disabled statesSecondary iconsMuted text |
| 500 | 4387 #4387D6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 286B #286BB8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2055 #205592 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 173D #173D69 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F27 #0F2743 | 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: #9FC2EA;
--cobalt-400: #6DA2DF;
--cobalt-500: #4387D6;
--cobalt-600: #286BB8;
--cobalt-700: #205592;
--cobalt-800: #173D69;
--cobalt-900: #0F2743;
--cobalt-950: #09182A;
}