Cobalt
#1A48C7
BlueColor Codes
All color formats for development
HEX
#1A48C7RGB
rgb(26, 72, 199)HSL
hsl(224, 77%, 44%)OKLCH
oklch(0.461 0.203 264.3)CMYK
cmyk(87%, 64%, 0%, 22%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1741B3
2#153A9F
3#12328B
4#0F2B77
5#0D2463
6#0A1D4F
7#08163C
8#050E28
9#030714
Tints
Lighter variations
1#1D51E0
2#3564E5
3#4E77E8
4#678BEB
5#819EEF
6#9AB1F2
7#B3C5F5
8#CCD8F8
9#E6ECFC
Tones
Muted variations
1#224CBE
2#2B50B5
3#3454AD
4#3C58A4
5#455C9B
6#4E6093
7#56648A
8#5F6881
9#686C79
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F5 #F1F5FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFE7 #DFE7FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4D2 #C4D2F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97AF #97AFF2 | BordersInactive statesPlaceholder text |
| 400 | 6186 #6186EA | Disabled statesSecondary iconsMuted text |
| 500 | 3463 #3463E5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1A48 #1A48C7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1539 #15399E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F29 #0F2971 | Text on light backgroundsHeadingsStrong borders |
| 900 | 091A #091A48 | Primary textHigh emphasis contentDark headings |
| 950 | 0610 #06102D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F1F5FD;
--cobalt-100: #DFE7FB;
--cobalt-200: #C4D2F7;
--cobalt-300: #97AFF2;
--cobalt-400: #6186EA;
--cobalt-500: #3463E5;
--cobalt-600: #1A48C7;
--cobalt-700: #15399E;
--cobalt-800: #0F2971;
--cobalt-900: #091A48;
--cobalt-950: #06102D;
}