Cobalt
#1655CA
BlueColor Codes
All color formats for development
HEX
#1655CARGB
rgb(22, 85, 202)HSL
hsl(219, 80%, 44%)OKLCH
oklch(0.487 0.192 261.5)CMYK
cmyk(89%, 58%, 0%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#144DB6
2#1244A2
3#103C8D
4#0D3379
5#0B2B65
6#092251
7#071A3D
8#041128
9#020914
Tints
Lighter variations
1#1960E4
2#3171E8
3#4B83EB
4#6595EE
5#7EA6F1
6#98B8F4
7#B2CAF6
8#CCDCF9
9#E5EDFC
Tones
Muted variations
1#1F58C1
2#285BB8
3#315DAF
4#3A60A6
5#43639D
6#4C6594
7#55688B
8#5E6B82
9#676E79
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F6 #F1F6FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFE9 #DFE9FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3D6 #C3D6F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95B6 #95B6F3 | BordersInactive statesPlaceholder text |
| 400 | 5E90 #5E90ED | Disabled statesSecondary iconsMuted text |
| 500 | 3071 #3071E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1655 #1655CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1244 #1244A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D30 #0D3073 | Text on light backgroundsHeadingsStrong borders |
| 900 | 081F #081F49 | Primary textHigh emphasis contentDark headings |
| 950 | 0513 #05132E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F1F6FD;
--cobalt-100: #DFE9FB;
--cobalt-200: #C3D6F8;
--cobalt-300: #95B6F3;
--cobalt-400: #5E90ED;
--cobalt-500: #3071E8;
--cobalt-600: #1655CA;
--cobalt-700: #1244A1;
--cobalt-800: #0D3073;
--cobalt-900: #081F49;
--cobalt-950: #05132E;
}