Cobalt
#2C4EB5
BlueColor Codes
All color formats for development
HEX
#2C4EB5RGB
rgb(44, 78, 181)HSL
hsl(225, 61%, 44%)OKLCH
oklch(0.463 0.168 266)CMYK
cmyk(76%, 57%, 0%, 29%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2746A3
2#233E91
3#1F377E
4#1A2F6C
5#16275A
6#121F48
7#0D1736
8#091024
9#040812
Tints
Lighter variations
1#3158CC
2#476AD2
3#5E7DD8
4#758FDE
5#8CA2E3
6#A3B4E9
7#BAC7EE
8#D1DAF4
9#E8ECF9
Tones
Muted variations
1#3351AE
2#3955A7
3#4058A0
4#475C99
5#4E5F92
6#55638C
7#5C6685
8#63697E
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 | A1B2 #A1B2E8 | BordersInactive statesPlaceholder text |
| 400 | 6F8B #6F8BDC | Disabled statesSecondary iconsMuted text |
| 500 | 4669 #4669D2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C4E #2C4EB5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 233E #233E90 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 192C #192C67 | Text on light backgroundsHeadingsStrong borders |
| 900 | 101C #101C42 | 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: #A1B2E8;
--cobalt-400: #6F8BDC;
--cobalt-500: #4669D2;
--cobalt-600: #2C4EB5;
--cobalt-700: #233E90;
--cobalt-800: #192C67;
--cobalt-900: #101C42;
--cobalt-950: #0A1229;
}