Cobalt
#2C35B5
BlueColor Codes
All color formats for development
HEX
#2C35B5RGB
rgb(44, 53, 181)HSL
hsl(236, 61%, 44%)OKLCH
oklch(0.417 0.198 271.2)CMYK
cmyk(76%, 71%, 0%, 29%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2730A3
2#232A91
3#1F257E
4#1A206C
5#161A5A
6#121548
7#0D1036
8#090B24
9#040512
Tints
Lighter variations
1#313CCC
2#4750D2
3#5E66D8
4#757CDE
5#8C92E3
6#A3A8E9
7#BABEEE
8#D1D3F4
9#E8E9F9
Tones
Muted variations
1#333BAE
2#3941A7
3#4047A0
4#474D99
5#4E5392
6#55588C
7#5C5E85
8#63647E
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 | CACC #CACCF2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1A5 #A1A5E8 | BordersInactive statesPlaceholder text |
| 400 | 6F77 #6F77DC | Disabled statesSecondary iconsMuted text |
| 500 | 4650 #4650D2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C35 #2C35B5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 232A #232A90 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 191E #191E67 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1013 #101342 | 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: #CACCF2;
--cobalt-300: #A1A5E8;
--cobalt-400: #6F77DC;
--cobalt-500: #4650D2;
--cobalt-600: #2C35B5;
--cobalt-700: #232A90;
--cobalt-800: #191E67;
--cobalt-900: #101342;
--cobalt-950: #0A0C29;
}