Cobalt
#1134D0
BlueColor Codes
All color formats for development
HEX
#1134D0RGB
rgb(17, 52, 208)HSL
hsl(229, 85%, 44%)OKLCH
oklch(0.435 0.237 265.2)CMYK
cmyk(92%, 75%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F2FBB
2#0D29A6
3#0C2491
4#0A1F7D
5#081A68
6#071553
7#05103E
8#030A2A
9#020515
Tints
Lighter variations
1#133AEA
2#2C4FEE
3#4665F0
4#607BF2
5#7B91F4
6#95A7F6
7#B0BDF9
8#CAD3FB
9#E5E9FD
Tones
Muted variations
1#1A3AC6
2#2440BC
3#2D46B3
4#374CA9
5#4152A0
6#4A5896
7#545E8D
8#5D6483
9#676A7A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F3 #F1F3FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEE4 #DEE4FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2CC #C2CCFA | Secondary backgroundsInput backgroundsDividers |
| 300 | 92A5 #92A5F6 | BordersInactive statesPlaceholder text |
| 400 | 5A76 #5A76F2 | Disabled statesSecondary iconsMuted text |
| 500 | 2B4E #2B4EEE | Primary brand colorCTAsActive elementsLinks |
| 600 | 1134 #1134D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0D29 #0D29A5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A1D #0A1D76 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0613 #06134B | Primary textHigh emphasis contentDark headings |
| 950 | 040C #040C2F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F1F3FE;
--cobalt-100: #DEE4FC;
--cobalt-200: #C2CCFA;
--cobalt-300: #92A5F6;
--cobalt-400: #5A76F2;
--cobalt-500: #2B4EEE;
--cobalt-600: #1134D0;
--cobalt-700: #0D29A5;
--cobalt-800: #0A1D76;
--cobalt-900: #06134B;
--cobalt-950: #040C2F;
}