Cobalt
#1147D0
BlueColor Codes
All color formats for development
HEX
#1147D0RGB
rgb(17, 71, 208)HSL
hsl(223, 85%, 44%)OKLCH
oklch(0.465 0.217 263.6)CMYK
cmyk(92%, 66%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F40BB
2#0D39A6
3#0C3291
4#0A2B7D
5#082368
6#071C53
7#05153E
8#030E2A
9#020715
Tints
Lighter variations
1#1350EA
2#2C63EE
3#4676F0
4#608AF2
5#7B9DF4
6#95B1F6
7#B0C4F9
8#CAD8FB
9#E5EBFD
Tones
Muted variations
1#1A4BC6
2#244FBC
3#2D53B3
4#3757A9
5#415CA0
6#4A6096
7#54648D
8#5D6883
9#676C7A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F5 #F1F5FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEE7 #DEE7FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2D2 #C2D2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 92AF #92AFF6 | BordersInactive statesPlaceholder text |
| 400 | 5A85 #5A85F2 | Disabled statesSecondary iconsMuted text |
| 500 | 2B62 #2B62EE | Primary brand colorCTAsActive elementsLinks |
| 600 | 1147 #1147D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0D38 #0D38A5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A28 #0A2876 | Text on light backgroundsHeadingsStrong borders |
| 900 | 061A #061A4B | Primary textHigh emphasis contentDark headings |
| 950 | 0410 #04102F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F1F5FE;
--cobalt-100: #DEE7FC;
--cobalt-200: #C2D2FA;
--cobalt-300: #92AFF6;
--cobalt-400: #5A85F2;
--cobalt-500: #2B62EE;
--cobalt-600: #1147D0;
--cobalt-700: #0D38A5;
--cobalt-800: #0A2876;
--cobalt-900: #061A4B;
--cobalt-950: #04102F;
}