Cobalt
#1348CD
BlueColor Codes
All color formats for development
HEX
#1348CDRGB
rgb(19, 72, 205)HSL
hsl(223, 83%, 44%)OKLCH
oklch(0.465 0.212 263.6)CMYK
cmyk(91%, 65%, 0%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1141B9
2#0F39A4
3#0D3290
4#0B2B7B
5#0A2467
6#081D52
7#06163E
8#040E29
9#020715
Tints
Lighter variations
1#1651E7
2#2E64EC
3#4877EE
4#628BF0
5#7C9EF3
6#96B1F5
7#B1C5F8
8#CBD8FA
9#E5ECFD
Tones
Muted variations
1#1C4CC4
2#2650BB
3#2F54B1
4#3858A8
5#425C9F
6#4B6095
7#54648C
8#5E6883
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 #C2D2F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94AF #94AFF5 | BordersInactive statesPlaceholder text |
| 400 | 5C86 #5C86F0 | Disabled statesSecondary iconsMuted text |
| 500 | 2D63 #2D63EB | Primary brand colorCTAsActive elementsLinks |
| 600 | 1348 #1348CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0F39 #0F39A3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B29 #0B2975 | Text on light backgroundsHeadingsStrong borders |
| 900 | 071A #071A4B | 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: #C2D2F9;
--cobalt-300: #94AFF5;
--cobalt-400: #5C86F0;
--cobalt-500: #2D63EB;
--cobalt-600: #1348CD;
--cobalt-700: #0F39A3;
--cobalt-800: #0B2975;
--cobalt-900: #071A4B;
--cobalt-950: #04102F;
}