Cobalt
#2C50B5
BlueColor Codes
All color formats for development
HEX
#2C50B5RGB
rgb(44, 80, 181)HSL
hsl(224, 61%, 44%)OKLCH
oklch(0.467 0.166 265.5)CMYK
cmyk(76%, 56%, 0%, 29%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2748A3
2#234091
3#1F387E
4#1A306C
5#16285A
6#122048
7#0D1836
8#091024
9#040812
Tints
Lighter variations
1#315ACC
2#476CD2
3#5E7FD8
4#7591DE
5#8CA3E3
6#A3B6E9
7#BAC8EE
8#D1DAF4
9#E8EDF9
Tones
Muted variations
1#3353AE
2#3957A7
3#405AA0
4#475D99
5#4E6092
6#55638C
7#5C6785
8#636A7E
9#696D77
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F5 #F3F5FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2E8 #E2E8F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAD4 #CAD4F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1B4 #A1B4E8 | BordersInactive statesPlaceholder text |
| 400 | 6F8C #6F8CDC | Disabled statesSecondary iconsMuted text |
| 500 | 466C #466CD2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C50 #2C50B5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2340 #234090 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 192E #192E67 | Text on light backgroundsHeadingsStrong borders |
| 900 | 101D #101D42 | Primary textHigh emphasis contentDark headings |
| 950 | 0A12 #0A1229 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F3F5FC;
--cobalt-100: #E2E8F8;
--cobalt-200: #CAD4F2;
--cobalt-300: #A1B4E8;
--cobalt-400: #6F8CDC;
--cobalt-500: #466CD2;
--cobalt-600: #2C50B5;
--cobalt-700: #234090;
--cobalt-800: #192E67;
--cobalt-900: #101D42;
--cobalt-950: #0A1229;
}