Cobalt
#26318C
BlueColor Codes
All color formats for development
HEX
#26318CRGB
rgb(38, 49, 140)HSL
hsl(234, 57%, 35%)OKLCH
oklch(0.367 0.15 271.4)CMYK
cmyk(73%, 65%, 0%, 45%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#232C7E
2#1F2770
3#1B2262
4#171D54
5#131846
6#0F1338
7#0C0F2A
8#080A1C
9#04050E
Tints
Lighter variations
1#2E3AA6
2#3543C0
3#4956CD
4#636ED4
5#7D86DB
6#979EE2
7#B1B7EA
8#CBCFF1
9#E5E7F8
Tones
Muted variations
1#2B3587
2#313982
3#363D7D
4#3B4178
5#404573
6#45496E
7#4A4D69
8#4F5163
9#54555E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F4 #F3F4FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3E5 #E3E5F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBCF #CBCFF1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A3AA #A3AAE6 | BordersInactive statesPlaceholder text |
| 400 | 737D #737DD9 | Disabled statesSecondary iconsMuted text |
| 500 | 4B58 #4B58CE | Primary brand colorCTAsActive elementsLinks |
| 600 | 303D #303DB0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2631 #26318C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B23 #1B2364 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1216 #121640 | Primary textHigh emphasis contentDark headings |
| 950 | 0B0E #0B0E28 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F3F4FC;
--cobalt-100: #E3E5F7;
--cobalt-200: #CBCFF1;
--cobalt-300: #A3AAE6;
--cobalt-400: #737DD9;
--cobalt-500: #4B58CE;
--cobalt-600: #303DB0;
--cobalt-700: #26318C;
--cobalt-800: #1B2364;
--cobalt-900: #121640;
--cobalt-950: #0B0E28;
}