Cobalt
#26518C
BlueColor Codes
All color formats for development
HEX
#26518CRGB
rgb(38, 81, 140)HSL
hsl(215, 57%, 35%)OKLCH
oklch(0.436 0.109 257)CMYK
cmyk(73%, 42%, 0%, 45%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#23497E
2#1F4170
3#1B3962
4#173054
5#132846
6#0F2038
7#0C182A
8#08101C
9#04080E
Tints
Lighter variations
1#2E60A6
2#356FC0
3#4980CD
4#6392D4
5#7DA4DB
6#97B6E2
7#B1C9EA
8#CBDBF1
9#E5EDF8
Tones
Muted variations
1#2B5287
2#315282
3#36537D
4#3B5478
5#405573
6#45566E
7#4A5769
8#4F5863
9#54585E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F7 #F3F7FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3EB #E3EBF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBDB #CBDBF1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A3BF #A3BFE6 | BordersInactive statesPlaceholder text |
| 400 | 739D #739DD9 | Disabled statesSecondary iconsMuted text |
| 500 | 4B81 #4B81CE | Primary brand colorCTAsActive elementsLinks |
| 600 | 3066 #3066B0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2651 #26518C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B3A #1B3A64 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1225 #122540 | Primary textHigh emphasis contentDark headings |
| 950 | 0B17 #0B1728 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F3F7FC;
--cobalt-100: #E3EBF7;
--cobalt-200: #CBDBF1;
--cobalt-300: #A3BFE6;
--cobalt-400: #739DD9;
--cobalt-500: #4B81CE;
--cobalt-600: #3066B0;
--cobalt-700: #26518C;
--cobalt-800: #1B3A64;
--cobalt-900: #122540;
--cobalt-950: #0B1728;
}