Cobalt
#112DD0
BlueColor Codes
All color formats for development
HEX
#112DD0RGB
rgb(17, 45, 208)HSL
hsl(231, 85%, 44%)OKLCH
oklch(0.425 0.243 265.6)CMYK
cmyk(92%, 78%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F29BB
2#0D24A6
3#0C2091
4#0A1B7D
5#081768
6#071253
7#050E3E
8#03092A
9#020515
Tints
Lighter variations
1#1333EA
2#2C49EE
3#4660F0
4#6076F2
5#7B8DF4
6#95A4F6
7#B0BBF9
8#CAD1FB
9#E5E8FD
Tones
Muted variations
1#1A34C6
2#243BBC
3#2D41B3
4#3748A9
5#414FA0
6#4A5596
7#545C8D
8#5D6383
9#676A7A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F3 #F1F3FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEE3 #DEE3FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2CA #C2CAFA | Secondary backgroundsInput backgroundsDividers |
| 300 | 92A1 #92A1F6 | BordersInactive statesPlaceholder text |
| 400 | 5A71 #5A71F2 | Disabled statesSecondary iconsMuted text |
| 500 | 2B48 #2B48EE | Primary brand colorCTAsActive elementsLinks |
| 600 | 112D #112DD0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0D24 #0D24A5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A1A #0A1A76 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0611 #06114B | Primary textHigh emphasis contentDark headings |
| 950 | 040A #040A2F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F1F3FE;
--cobalt-100: #DEE3FC;
--cobalt-200: #C2CAFA;
--cobalt-300: #92A1F6;
--cobalt-400: #5A71F2;
--cobalt-500: #2B48EE;
--cobalt-600: #112DD0;
--cobalt-700: #0D24A5;
--cobalt-800: #0A1A76;
--cobalt-900: #06114B;
--cobalt-950: #040A2F;
}