Cobalt
#205792
BlueColor Codes
All color formats for development
HEX
#205792RGB
rgb(32, 87, 146)HSL
hsl(211, 64%, 35%)OKLCH
oklch(0.452 0.112 253)CMYK
cmyk(78%, 40%, 0%, 43%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1D4F84
2#1A4675
3#163D66
4#133458
5#102C49
6#0D233B
7#0A1A2C
8#06111D
9#03090F
Tints
Lighter variations
1#2668AE
2#2C78C9
3#4188D5
4#5C99DB
5#77AAE1
6#92BBE7
7#ADCCED
8#C9DDF3
9#E4EEF9
Tones
Muted variations
1#26588D
2#2C5887
3#315881
4#37587C
5#3D5876
6#425870
7#48596A
8#4E5965
9#54595F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F7 #F2F7FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2ED #E2EDF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9DD #C9DDF3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FC3 #9FC3EA | BordersInactive statesPlaceholder text |
| 400 | 6DA4 #6DA4DF | Disabled statesSecondary iconsMuted text |
| 500 | 438A #438AD6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 286E #286EB8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2057 #205792 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 173E #173E69 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F28 #0F2843 | Primary textHigh emphasis contentDark headings |
| 950 | 0919 #09192A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F2F7FC;
--cobalt-100: #E2EDF9;
--cobalt-200: #C9DDF3;
--cobalt-300: #9FC3EA;
--cobalt-400: #6DA4DF;
--cobalt-500: #438AD6;
--cobalt-600: #286EB8;
--cobalt-700: #205792;
--cobalt-800: #173E69;
--cobalt-900: #0F2843;
--cobalt-950: #09192A;
}