Cobalt
#1E60C2
BlueColor Codes
All color formats for development
HEX
#1E60C2RGB
rgb(30, 96, 194)HSL
hsl(216, 73%, 44%)OKLCH
oklch(0.506 0.167 258.9)CMYK
cmyk(85%, 51%, 0%, 24%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1B56AF
2#184D9B
3#154388
4#123974
5#0F3061
6#0C264E
7#091D3A
8#061327
9#030A13
Tints
Lighter variations
1#226CDB
2#397CE0
3#528CE4
4#6B9DE8
5#83ADEC
6#9CBEF0
7#B5CEF3
8#CEDEF7
9#E6EFFB
Tones
Muted variations
1#2661BA
2#2F63B2
3#3765AA
4#3F66A1
5#476899
6#4F6A91
7#586B89
8#606D81
9#686F78
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F6 #F2F6FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0EB #E0EBFA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6D9 #C6D9F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9ABC #9ABCEF | BordersInactive statesPlaceholder text |
| 400 | 6599 #6599E7 | Disabled statesSecondary iconsMuted text |
| 500 | 387B #387BE0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1E60 #1E60C2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 184C #184C9A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1136 #11366E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B23 #0B2347 | Primary textHigh emphasis contentDark headings |
| 950 | 0716 #07162C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F2F6FD;
--cobalt-100: #E0EBFA;
--cobalt-200: #C6D9F6;
--cobalt-300: #9ABCEF;
--cobalt-400: #6599E7;
--cobalt-500: #387BE0;
--cobalt-600: #1E60C2;
--cobalt-700: #184C9A;
--cobalt-800: #11366E;
--cobalt-900: #0B2347;
--cobalt-950: #07162C;
}