Cobalt
#214EC0
BlueColor Codes
All color formats for development
HEX
#214EC0RGB
rgb(33, 78, 192)HSL
hsl(223, 71%, 44%)OKLCH
oklch(0.468 0.186 264.1)CMYK
cmyk(83%, 59%, 0%, 25%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1D46AD
2#1A3E99
3#173686
4#142F73
5#102760
6#0D1F4D
7#0A173A
8#071026
9#030813
Tints
Lighter variations
1#2558D8
2#3C6ADE
3#547CE2
4#6C8FE6
5#85A2EA
6#9DB4EE
7#B6C7F3
8#CEDAF7
9#E7ECFB
Tones
Muted variations
1#2951B8
2#3055B0
3#3858A8
4#405BA0
5#485F98
6#506290
7#586688
8#606980
9#686D78
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F5 #F2F5FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0E8 #E0E8FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6D4 #C6D4F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BB2 #9BB2EE | BordersInactive statesPlaceholder text |
| 400 | 668A #668AE5 | Disabled statesSecondary iconsMuted text |
| 500 | 3B69 #3B69DE | Primary brand colorCTAsActive elementsLinks |
| 600 | 214E #214EC0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1A3E #1A3E99 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 122C #122C6D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C1C #0C1C46 | Primary textHigh emphasis contentDark headings |
| 950 | 0712 #07122C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F2F5FD;
--cobalt-100: #E0E8FA;
--cobalt-200: #C6D4F5;
--cobalt-300: #9BB2EE;
--cobalt-400: #668AE5;
--cobalt-500: #3B69DE;
--cobalt-600: #214EC0;
--cobalt-700: #1A3E99;
--cobalt-800: #122C6D;
--cobalt-900: #0C1C46;
--cobalt-950: #07122C;
}