Cobalt
#1357CD
BlueColor Codes
All color formats for development
HEX
#1357CDRGB
rgb(19, 87, 205)HSL
hsl(218, 83%, 44%)OKLCH
oklch(0.493 0.194 261)CMYK
cmyk(91%, 58%, 0%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#114FB9
2#0F46A4
3#0D3D90
4#0B347B
5#0A2C67
6#082352
7#061A3E
8#041129
9#020915
Tints
Lighter variations
1#1662E7
2#2E73EC
3#4885EE
4#6296F0
5#7CA8F3
6#96B9F5
7#B1CBF8
8#CBDCFA
9#E5EEFD
Tones
Muted variations
1#1C5AC4
2#265CBB
3#2F5FB1
4#3861A8
5#42649F
6#4B6695
7#54698C
8#5E6B83
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 | C2D7 #C2D7F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94B7 #94B7F5 | BordersInactive statesPlaceholder text |
| 400 | 5C92 #5C92F0 | Disabled statesSecondary iconsMuted text |
| 500 | 2D73 #2D73EB | Primary brand colorCTAsActive elementsLinks |
| 600 | 1357 #1357CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0F45 #0F45A3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B32 #0B3275 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0720 #07204B | 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: #C2D7F9;
--cobalt-300: #94B7F5;
--cobalt-400: #5C92F0;
--cobalt-500: #2D73EB;
--cobalt-600: #1357CD;
--cobalt-700: #0F45A3;
--cobalt-800: #0B3275;
--cobalt-900: #07204B;
--cobalt-950: #04142F;
}