Cobalt
#295989
BlueColor Codes
All color formats for development
HEX
#295989RGB
rgb(41, 89, 137)HSL
hsl(210, 54%, 35%)OKLCH
oklch(0.454 0.095 250.7)CMYK
cmyk(70%, 35%, 0%, 46%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#25507C
2#21476E
3#1D3E60
4#193652
5#152D45
6#102437
7#0C1B29
8#08121B
9#04090E
Tints
Lighter variations
1#316AA3
2#387ABC
3#4C8BCA
4#669CD1
5#7FACD9
6#99BDE1
7#B2CDE8
8#CCDEF0
9#E5EEF7
Tones
Muted variations
1#2E5985
2#335980
3#38597B
4#3C5976
5#415971
6#46596D
7#4B5968
8#505963
9#54595E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F7 #F3F7FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4ED #E4EDF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCDE #CCDEF0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A5C4 #A5C4E4 | BordersInactive statesPlaceholder text |
| 400 | 76A6 #76A6D6 | Disabled statesSecondary iconsMuted text |
| 500 | 4E8C #4E8CCA | Primary brand colorCTAsActive elementsLinks |
| 600 | 3470 #3470AD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2959 #295989 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D40 #1D4062 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1329 #13293F | Primary textHigh emphasis contentDark headings |
| 950 | 0C1A #0C1A27 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F3F7FB;
--cobalt-100: #E4EDF7;
--cobalt-200: #CCDEF0;
--cobalt-300: #A5C4E4;
--cobalt-400: #76A6D6;
--cobalt-500: #4E8CCA;
--cobalt-600: #3470AD;
--cobalt-700: #295989;
--cobalt-800: #1D4062;
--cobalt-900: #13293F;
--cobalt-950: #0C1A27;
}