Cobalt
#1354CD
BlueColor Codes
All color formats for development
HEX
#1354CDRGB
rgb(19, 84, 205)HSL
hsl(219, 83%, 44%)OKLCH
oklch(0.487 0.198 261.6)CMYK
cmyk(91%, 59%, 0%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#114CB9
2#0F43A4
3#0D3B90
4#0B337B
5#0A2A67
6#082252
7#06193E
8#041129
9#020815
Tints
Lighter variations
1#165FE7
2#2E70EC
3#4882EE
4#6294F0
5#7CA6F3
6#96B8F5
7#B1C9F8
8#CBDBFA
9#E5EDFD
Tones
Muted variations
1#1C57C4
2#265ABB
3#2F5DB1
4#385FA8
5#42629F
6#4B6595
7#54688C
8#5E6B83
9#676D7A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F5 #F1F5FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEE9 #DEE9FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2D6 #C2D6F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94B6 #94B6F5 | BordersInactive statesPlaceholder text |
| 400 | 5C90 #5C90F0 | Disabled statesSecondary iconsMuted text |
| 500 | 2D70 #2D70EB | Primary brand colorCTAsActive elementsLinks |
| 600 | 1354 #1354CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0F43 #0F43A3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B30 #0B3075 | Text on light backgroundsHeadingsStrong borders |
| 900 | 071F #071F4B | Primary textHigh emphasis contentDark headings |
| 950 | 0413 #04132F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F1F5FE;
--cobalt-100: #DEE9FC;
--cobalt-200: #C2D6F9;
--cobalt-300: #94B6F5;
--cobalt-400: #5C90F0;
--cobalt-500: #2D70EB;
--cobalt-600: #1354CD;
--cobalt-700: #0F43A3;
--cobalt-800: #0B3075;
--cobalt-900: #071F4B;
--cobalt-950: #04132F;
}