Cobalt
#2D36B4
BlueColor Codes
All color formats for development
HEX
#2D36B4RGB
rgb(45, 54, 180)HSL
hsl(236, 60%, 44%)OKLCH
oklch(0.418 0.195 271.4)CMYK
cmyk(75%, 70%, 0%, 29%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2830A2
2#242B90
3#1F267E
4#1B206C
5#161B5A
6#121648
7#0D1036
8#090B24
9#040512
Tints
Lighter variations
1#333DCA
2#4851D1
3#5F67D7
4#767DDD
5#8D92E2
6#A4A8E8
7#BABEEE
8#D1D4F4
9#E8E9F9
Tones
Muted variations
1#343CAD
2#3A42A6
3#41479F
4#484D99
5#4F5392
6#55598B
7#5C5F84
8#63657E
9#696A77
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F3 #F3F3FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2E4 #E2E4F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CACD #CACDF2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1A6 #A1A6E8 | BordersInactive statesPlaceholder text |
| 400 | 7077 #7077DB | Disabled statesSecondary iconsMuted text |
| 500 | 4751 #4751D1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2D36 #2D36B4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 242B #242B8F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A1F #1A1F66 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1014 #101441 | Primary textHigh emphasis contentDark headings |
| 950 | 0A0C #0A0C29 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F3F3FC;
--cobalt-100: #E2E4F8;
--cobalt-200: #CACDF2;
--cobalt-300: #A1A6E8;
--cobalt-400: #7077DB;
--cobalt-500: #4751D1;
--cobalt-600: #2D36B4;
--cobalt-700: #242B8F;
--cobalt-800: #1A1F66;
--cobalt-900: #101441;
--cobalt-950: #0A0C29;
}