Cobalt
#104AD1
BlueColor Codes
All color formats for development
HEX
#104AD1RGB
rgb(16, 74, 209)HSL
hsl(222, 86%, 44%)OKLCH
oklch(0.472 0.215 263.2)CMYK
cmyk(92%, 65%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E42BC
2#0D3BA7
3#0B3492
4#092C7D
5#082568
6#061D53
7#05163F
8#030F2A
9#020715
Tints
Lighter variations
1#1253EB
2#2B65EF
3#4579F1
4#608CF3
5#7A9FF5
6#95B2F7
7#AFC5F9
8#CAD9FB
9#E4ECFD
Tones
Muted variations
1#194DC7
2#2351BD
3#2D55B4
4#3659AA
5#405DA0
6#4A6197
7#53658D
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 #DEE7FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1D2 #C1D2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 92B0 #92B0F7 | BordersInactive statesPlaceholder text |
| 400 | 5987 #5987F3 | Disabled statesSecondary iconsMuted text |
| 500 | 2A65 #2A65EF | Primary brand colorCTAsActive elementsLinks |
| 600 | 104A #104AD1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0C3B #0C3BA6 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 092A #092A77 | Text on light backgroundsHeadingsStrong borders |
| 900 | 061B #061B4C | Primary textHigh emphasis contentDark headings |
| 950 | 0411 #04112F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F1F5FE;
--cobalt-100: #DEE7FD;
--cobalt-200: #C1D2FA;
--cobalt-300: #92B0F7;
--cobalt-400: #5987F3;
--cobalt-500: #2A65EF;
--cobalt-600: #104AD1;
--cobalt-700: #0C3BA6;
--cobalt-800: #092A77;
--cobalt-900: #061B4C;
--cobalt-950: #04112F;
}