Cobalt
#1144A2
BlueColor Codes
All color formats for development
HEX
#1144A2RGB
rgb(17, 68, 162)HSL
hsl(219, 81%, 35%)OKLCH
oklch(0.417 0.161 261.4)CMYK
cmyk(90%, 58%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F3D91
2#0E3681
3#0C2F71
4#0A2961
5#082251
6#071B41
7#051430
8#030E20
9#020710
Tints
Lighter variations
1#1450C0
2#175DDE
3#2D6FE9
4#4B83EC
5#6998EF
6#87ADF2
7#A5C1F6
8#C3D6F9
9#E1EAFC
Tones
Muted variations
1#18469A
2#1F4893
3#274A8C
4#2E4C85
5#354E7D
6#3C5176
7#44536F
8#4B5568
9#525760
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F5 #F1F5FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFE9 #DFE9FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3D6 #C3D6F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95B6 #95B6F4 | BordersInactive statesPlaceholder text |
| 400 | 5D90 #5D90EE | Disabled statesSecondary iconsMuted text |
| 500 | 2F70 #2F70E9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1555 #1555CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1144 #1144A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C30 #0C3073 | Text on light backgroundsHeadingsStrong borders |
| 900 | 081F #081F4A | 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: #F1F5FE;
--cobalt-100: #DFE9FC;
--cobalt-200: #C3D6F9;
--cobalt-300: #95B6F4;
--cobalt-400: #5D90EE;
--cobalt-500: #2F70E9;
--cobalt-600: #1555CB;
--cobalt-700: #1144A2;
--cobalt-800: #0C3073;
--cobalt-900: #081F4A;
--cobalt-950: #05132E;
}