Cobalt
#165ECA
BlueColor Codes
All color formats for development
HEX
#165ECARGB
rgb(22, 94, 202)HSL
hsl(216, 80%, 44%)OKLCH
oklch(0.506 0.182 259.4)CMYK
cmyk(89%, 53%, 0%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1455B6
2#124BA2
3#10428D
4#0D3979
5#0B2F65
6#092651
7#071C3D
8#041328
9#020914
Tints
Lighter variations
1#196AE4
2#317AE8
3#4B8BEB
4#659CEE
5#7EACF1
6#98BDF4
7#B2CDF6
8#CCDEF9
9#E5EEFC
Tones
Muted variations
1#1F60C1
2#2862B8
3#3164AF
4#3A65A6
5#43679D
6#4C6994
7#556B8B
8#5E6D82
9#676E79
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F6 #F1F6FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFEA #DFEAFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3D9 #C3D9F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95BB #95BBF3 | BordersInactive statesPlaceholder text |
| 400 | 5E97 #5E97ED | Disabled statesSecondary iconsMuted text |
| 500 | 307A #307AE8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 165E #165ECA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 124B #124BA1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D36 #0D3673 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0822 #082249 | Primary textHigh emphasis contentDark headings |
| 950 | 0515 #05152E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F1F6FD;
--cobalt-100: #DFEAFB;
--cobalt-200: #C3D9F8;
--cobalt-300: #95BBF3;
--cobalt-400: #5E97ED;
--cobalt-500: #307AE8;
--cobalt-600: #165ECA;
--cobalt-700: #124BA1;
--cobalt-800: #0D3673;
--cobalt-900: #082249;
--cobalt-950: #05152E;
}