Cobalt
#1D2D96
BlueColor Codes
All color formats for development
HEX
#1D2D96RGB
rgb(29, 45, 150)HSL
hsl(232, 68%, 35%)OKLCH
oklch(0.365 0.171 268.7)CMYK
cmyk(81%, 70%, 0%, 41%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1A2887
2#172478
3#141F69
4#111B5A
5#0E164B
6#0B123C
7#090D2D
8#06091E
9#03040F
Tints
Lighter variations
1#2235B2
2#273DCE
3#3C51DA
4#586ADF
5#7483E4
6#909CEA
7#ABB4EF
8#C7CDF4
9#E3E6FA
Tones
Muted variations
1#233190
2#29368A
3#2F3A84
4#353F7E
5#3B4378
6#414772
7#474C6B
8#4D5065
9#53555F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F4 #F2F4FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1E4 #E1E4F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7CD #C7CDF4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CA7 #9CA7EC | BordersInactive statesPlaceholder text |
| 400 | 6979 #6979E2 | Disabled statesSecondary iconsMuted text |
| 500 | 3E53 #3E53DA | Primary brand colorCTAsActive elementsLinks |
| 600 | 2438 #2438BC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D2D #1D2D96 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1420 #14206B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D14 #0D1445 | Primary textHigh emphasis contentDark headings |
| 950 | 080D #080D2B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F2F4FD;
--cobalt-100: #E1E4F9;
--cobalt-200: #C7CDF4;
--cobalt-300: #9CA7EC;
--cobalt-400: #6979E2;
--cobalt-500: #3E53DA;
--cobalt-600: #2438BC;
--cobalt-700: #1D2D96;
--cobalt-800: #14206B;
--cobalt-900: #0D1445;
--cobalt-950: #080D2B;
}