Cobalt
#26438C
BlueColor Codes
All color formats for development
HEX
#26438CRGB
rgb(38, 67, 140)HSL
hsl(223, 57%, 35%)OKLCH
oklch(0.404 0.126 264.9)CMYK
cmyk(73%, 52%, 0%, 45%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#233C7E
2#1F3670
3#1B2F62
4#172854
5#132246
6#0F1B38
7#0C142A
8#080D1C
9#04070E
Tints
Lighter variations
1#2E50A6
2#355CC0
3#496ECD
4#6383D4
5#7D98DB
6#97ACE2
7#B1C1EA
8#CBD6F1
9#E5EAF8
Tones
Muted variations
1#2B4587
2#314882
3#364A7D
4#3B4C78
5#404E73
6#45506E
7#4A5369
8#4F5563
9#54575E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F5 #F3F5FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3E9 #E3E9F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBD6 #CBD6F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A3B6 #A3B6E6 | BordersInactive statesPlaceholder text |
| 400 | 7390 #7390D9 | Disabled statesSecondary iconsMuted text |
| 500 | 4B70 #4B70CE | Primary brand colorCTAsActive elementsLinks |
| 600 | 3054 #3054B0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2643 #26438C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B30 #1B3064 | Text on light backgroundsHeadingsStrong borders |
| 900 | 121F #121F40 | Primary textHigh emphasis contentDark headings |
| 950 | 0B13 #0B1328 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F3F5FC;
--cobalt-100: #E3E9F7;
--cobalt-200: #CBD6F1;
--cobalt-300: #A3B6E6;
--cobalt-400: #7390D9;
--cobalt-500: #4B70CE;
--cobalt-600: #3054B0;
--cobalt-700: #26438C;
--cobalt-800: #1B3064;
--cobalt-900: #121F40;
--cobalt-950: #0B1328;
}