Cobalt
#295489
BlueColor Codes
All color formats for development
HEX
#295489RGB
rgb(41, 84, 137)HSL
hsl(213, 54%, 35%)OKLCH
oklch(0.442 0.1 254.9)CMYK
cmyk(70%, 39%, 0%, 46%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#254C7C
2#21446E
3#1D3B60
4#193352
5#152A45
6#102237
7#0C1929
8#08111B
9#04080E
Tints
Lighter variations
1#3164A3
2#3874BC
3#4C85CA
4#6696D1
5#7FA8D9
6#99B9E1
7#B2CBE8
8#CCDCF0
9#E5EEF7
Tones
Muted variations
1#2E5585
2#335580
3#38567B
4#3C5676
5#415771
6#46576D
7#4B5868
8#505863
9#54595E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F7 #F3F7FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4EC #E4ECF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCDC #CCDCF0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A5C1 #A5C1E4 | BordersInactive statesPlaceholder text |
| 400 | 76A1 #76A1D6 | Disabled statesSecondary iconsMuted text |
| 500 | 4E86 #4E86CA | Primary brand colorCTAsActive elementsLinks |
| 600 | 346A #346AAD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2954 #295489 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D3C #1D3C62 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1327 #13273F | Primary textHigh emphasis contentDark headings |
| 950 | 0C18 #0C1827 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F3F7FB;
--cobalt-100: #E4ECF7;
--cobalt-200: #CCDCF0;
--cobalt-300: #A5C1E4;
--cobalt-400: #76A1D6;
--cobalt-500: #4E86CA;
--cobalt-600: #346AAD;
--cobalt-700: #295489;
--cobalt-800: #1D3C62;
--cobalt-900: #13273F;
--cobalt-950: #0C1827;
}