Cobalt
#295189
BlueColor Codes
All color formats for development
HEX
#295189RGB
rgb(41, 81, 137)HSL
hsl(215, 54%, 35%)OKLCH
oklch(0.435 0.103 257.2)CMYK
cmyk(70%, 41%, 0%, 46%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#25497C
2#21416E
3#1D3960
4#193152
5#152945
6#102037
7#0C1829
8#08101B
9#04080E
Tints
Lighter variations
1#3160A3
2#386FBC
3#4C81CA
4#6693D1
5#7FA5D9
6#99B7E1
7#B2C9E8
8#CCDBF0
9#E5EDF7
Tones
Muted variations
1#2E5285
2#335380
3#38547B
4#3C5476
5#415571
6#46566D
7#4B5768
8#505863
9#54585E
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 | CCDB #CCDBF0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A5BF #A5BFE4 | BordersInactive statesPlaceholder text |
| 400 | 769E #769ED6 | Disabled statesSecondary iconsMuted text |
| 500 | 4E82 #4E82CA | Primary brand colorCTAsActive elementsLinks |
| 600 | 3466 #3466AD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2951 #295189 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D3A #1D3A62 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1325 #13253F | Primary textHigh emphasis contentDark headings |
| 950 | 0C17 #0C1727 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F3F7FB;
--cobalt-100: #E4ECF7;
--cobalt-200: #CCDBF0;
--cobalt-300: #A5BFE4;
--cobalt-400: #769ED6;
--cobalt-500: #4E82CA;
--cobalt-600: #3466AD;
--cobalt-700: #295189;
--cobalt-800: #1D3A62;
--cobalt-900: #13253F;
--cobalt-950: #0C1727;
}