Cobalt
#1157D0
BlueColor Codes
All color formats for development
HEX
#1157D0RGB
rgb(17, 87, 208)HSL
hsl(218, 85%, 44%)OKLCH
oklch(0.496 0.198 261.1)CMYK
cmyk(92%, 58%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F4EBB
2#0D45A6
3#0C3D91
4#0A347D
5#082B68
6#072353
7#051A3E
8#03112A
9#020915
Tints
Lighter variations
1#1362EA
2#2C73EE
3#4684F0
4#6096F2
5#7BA7F4
6#95B9F6
7#B0CAF9
8#CADCFB
9#E5EDFD
Tones
Muted variations
1#1A59C6
2#245CBC
3#2D5EB3
4#3761A9
5#4163A0
6#4A6696
7#54698D
8#5D6B83
9#676E7A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F6 #F1F6FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEE9 #DEE9FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2D6 #C2D6FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 92B7 #92B7F6 | BordersInactive statesPlaceholder text |
| 400 | 5A92 #5A92F2 | Disabled statesSecondary iconsMuted text |
| 500 | 2B72 #2B72EE | Primary brand colorCTAsActive elementsLinks |
| 600 | 1157 #1157D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0D45 #0D45A5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A31 #0A3176 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0620 #06204B | Primary textHigh emphasis contentDark headings |
| 950 | 0414 #04142F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F1F6FE;
--cobalt-100: #DEE9FC;
--cobalt-200: #C2D6FA;
--cobalt-300: #92B7F6;
--cobalt-400: #5A92F2;
--cobalt-500: #2B72EE;
--cobalt-600: #1157D0;
--cobalt-700: #0D45A5;
--cobalt-800: #0A3176;
--cobalt-900: #06204B;
--cobalt-950: #04142F;
}