Cobalt
#1141D0
BlueColor Codes
All color formats for development
HEX
#1141D0RGB
rgb(17, 65, 208)HSL
hsl(225, 85%, 44%)OKLCH
oklch(0.455 0.224 264.3)CMYK
cmyk(92%, 69%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F3ABB
2#0D34A6
3#0C2D91
4#0A277D
5#082068
6#071A53
7#05133E
8#030D2A
9#020615
Tints
Lighter variations
1#1349EA
2#2C5CEE
3#4671F0
4#6085F2
5#7B99F4
6#95AEF6
7#B0C2F9
8#CAD6FB
9#E5EBFD
Tones
Muted variations
1#1A45C6
2#244ABC
3#2D4FB3
4#3754A9
5#4158A0
6#4A5D96
7#54628D
8#5D6783
9#676B7A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F4 #F1F4FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEE6 #DEE6FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2D0 #C2D0FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 92AB #92ABF6 | BordersInactive statesPlaceholder text |
| 400 | 5A80 #5A80F2 | Disabled statesSecondary iconsMuted text |
| 500 | 2B5B #2B5BEE | Primary brand colorCTAsActive elementsLinks |
| 600 | 1141 #1141D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0D33 #0D33A5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A25 #0A2576 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0617 #06174B | Primary textHigh emphasis contentDark headings |
| 950 | 040F #040F2F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F1F4FE;
--cobalt-100: #DEE6FC;
--cobalt-200: #C2D0FA;
--cobalt-300: #92ABF6;
--cobalt-400: #5A80F2;
--cobalt-500: #2B5BEE;
--cobalt-600: #1141D0;
--cobalt-700: #0D33A5;
--cobalt-800: #0A2576;
--cobalt-900: #06174B;
--cobalt-950: #040F2F;
}