Cobalt
#26478C
BlueColor Codes
All color formats for development
HEX
#26478CRGB
rgb(38, 71, 140)HSL
hsl(221, 57%, 35%)OKLCH
oklch(0.413 0.121 263)CMYK
cmyk(73%, 49%, 0%, 45%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#23407E
2#1F3870
3#1B3162
4#172A54
5#132346
6#0F1C38
7#0C152A
8#080E1C
9#04070E
Tints
Lighter variations
1#2E54A6
2#3561C0
3#4973CD
4#6387D4
5#7D9BDB
6#97AFE2
7#B1C3EA
8#CBD7F1
9#E5EBF8
Tones
Muted variations
1#2B4887
2#314A82
3#364C7D
4#3B4E78
5#405073
6#45526E
7#4A5469
8#4F5663
9#54575E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F6 #F3F6FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3E9 #E3E9F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBD7 #CBD7F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A3B8 #A3B8E6 | BordersInactive statesPlaceholder text |
| 400 | 7393 #7393D9 | Disabled statesSecondary iconsMuted text |
| 500 | 4B74 #4B74CE | Primary brand colorCTAsActive elementsLinks |
| 600 | 3059 #3059B0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2647 #26478C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B32 #1B3264 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1220 #122040 | Primary textHigh emphasis contentDark headings |
| 950 | 0B14 #0B1428 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F3F6FC;
--cobalt-100: #E3E9F7;
--cobalt-200: #CBD7F1;
--cobalt-300: #A3B8E6;
--cobalt-400: #7393D9;
--cobalt-500: #4B74CE;
--cobalt-600: #3059B0;
--cobalt-700: #26478C;
--cobalt-800: #1B3264;
--cobalt-900: #122040;
--cobalt-950: #0B1428;
}