Cobalt
#2454BC
BlueColor Codes
All color formats for development
HEX
#2454BCRGB
rgb(36, 84, 188)HSL
hsl(221, 68%, 44%)OKLCH
oklch(0.477 0.172 262.9)CMYK
cmyk(81%, 55%, 0%, 26%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#204CAA
2#1D4397
3#193B84
4#163371
5#122A5E
6#0E224B
7#0B1939
8#071126
9#040813
Tints
Lighter variations
1#285FD4
2#3F70DA
3#5782DF
4#6F94E4
5#87A6E8
6#9FB8ED
7#B7C9F1
8#CFDBF6
9#E7EDFA
Tones
Muted variations
1#2C57B5
2#335AAD
3#3B5DA6
4#425F9E
5#4A6296
6#52658F
7#596887
8#616B7F
9#696D78
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F5 #F2F5FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1E9 #E1E9F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7D6 #C7D6F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CB6 #9CB6EC | BordersInactive statesPlaceholder text |
| 400 | 698F #698FE2 | Disabled statesSecondary iconsMuted text |
| 500 | 3E70 #3E70DA | Primary brand colorCTAsActive elementsLinks |
| 600 | 2454 #2454BC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D43 #1D4396 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1430 #14306B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D1F #0D1F45 | Primary textHigh emphasis contentDark headings |
| 950 | 0813 #08132B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F2F5FD;
--cobalt-100: #E1E9F9;
--cobalt-200: #C7D6F4;
--cobalt-300: #9CB6EC;
--cobalt-400: #698FE2;
--cobalt-500: #3E70DA;
--cobalt-600: #2454BC;
--cobalt-700: #1D4396;
--cobalt-800: #14306B;
--cobalt-900: #0D1F45;
--cobalt-950: #08132B;
}