Cobalt
#1141A2
BlueColor Codes
All color formats for development
HEX
#1141A2RGB
rgb(17, 65, 162)HSL
hsl(220, 81%, 35%)OKLCH
oklch(0.411 0.165 262.2)CMYK
cmyk(90%, 60%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F3B91
2#0E3481
3#0C2E71
4#0A2761
5#082151
6#071A41
7#051430
8#030D20
9#020710
Tints
Lighter variations
1#144DC0
2#1759DE
3#2D6CE9
4#4B81EC
5#6996EF
6#87ABF2
7#A5C0F6
8#C3D5F9
9#E1EAFC
Tones
Muted variations
1#18449A
2#1F4693
3#27488C
4#2E4B85
5#354D7D
6#3C5076
7#44526F
8#4B5468
9#525760
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F5 #F1F5FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFE8 #DFE8FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3D5 #C3D5F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95B5 #95B5F4 | BordersInactive statesPlaceholder text |
| 400 | 5D8E #5D8EEE | Disabled statesSecondary iconsMuted text |
| 500 | 2F6D #2F6DE9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1552 #1552CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1141 #1141A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C2F #0C2F73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 081E #081E4A | 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: #DFE8FC;
--cobalt-200: #C3D5F9;
--cobalt-300: #95B5F4;
--cobalt-400: #5D8EEE;
--cobalt-500: #2F6DE9;
--cobalt-600: #1552CB;
--cobalt-700: #1141A2;
--cobalt-800: #0C2F73;
--cobalt-900: #081E4A;
--cobalt-950: #05132E;
}