Cobalt
#193FC8
BlueColor Codes
All color formats for development
HEX
#193FC8RGB
rgb(25, 63, 200)HSL
hsl(227, 78%, 44%)OKLCH
oklch(0.445 0.215 265.4)CMYK
cmyk(88%, 69%, 0%, 22%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1638B4
2#1432A0
3#112C8C
4#0F2678
5#0C1F64
6#0A1950
7#07133C
8#050D28
9#020614
Tints
Lighter variations
1#1C47E1
2#345AE6
3#4D6FE9
4#6683EC
5#8098EF
6#99ADF2
7#B3C1F6
8#CCD6F9
9#E6EAFC
Tones
Muted variations
1#2144BF
2#2A49B6
3#334DAD
4#3C52A5
5#44579C
6#4D5C93
7#56618A
8#5F6682
9#676B79
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F4 #F1F4FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFE5 #DFE5FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4CF #C4CFF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97AA #97AAF2 | BordersInactive statesPlaceholder text |
| 400 | 607E #607EEB | Disabled statesSecondary iconsMuted text |
| 500 | 335A #335AE6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 193F #193FC8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1432 #14329F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E24 #0E2471 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0917 #091749 | Primary textHigh emphasis contentDark headings |
| 950 | 060E #060E2D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F1F4FD;
--cobalt-100: #DFE5FB;
--cobalt-200: #C4CFF8;
--cobalt-300: #97AAF2;
--cobalt-400: #607EEB;
--cobalt-500: #335AE6;
--cobalt-600: #193FC8;
--cobalt-700: #14329F;
--cobalt-800: #0E2471;
--cobalt-900: #091749;
--cobalt-950: #060E2D;
}