Cobalt
#1634CA
BlueColor Codes
All color formats for development
HEX
#1634CARGB
rgb(22, 52, 202)HSL
hsl(230, 80%, 44%)OKLCH
oklch(0.429 0.229 265.9)CMYK
cmyk(89%, 74%, 0%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#142FB6
2#122AA2
3#10258D
4#0D1F79
5#0B1A65
6#091551
7#07103D
8#040A28
9#020514
Tints
Lighter variations
1#193BE4
2#3150E8
3#4B66EB
4#657CEE
5#7E92F1
6#98A7F4
7#B2BDF6
8#CCD3F9
9#E5E9FC
Tones
Muted variations
1#1F3AC1
2#2840B8
3#3146AF
4#3A4CA6
5#43529D
6#4C5894
7#555E8B
8#5E6482
9#676A79
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F3 #F1F3FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFE4 #DFE4FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3CC #C3CCF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95A5 #95A5F3 | BordersInactive statesPlaceholder text |
| 400 | 5E76 #5E76ED | Disabled statesSecondary iconsMuted text |
| 500 | 304F #304FE8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1634 #1634CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 122A #122AA1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D1E #0D1E73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0813 #081349 | Primary textHigh emphasis contentDark headings |
| 950 | 050C #050C2E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F1F3FD;
--cobalt-100: #DFE4FB;
--cobalt-200: #C3CCF8;
--cobalt-300: #95A5F3;
--cobalt-400: #5E76ED;
--cobalt-500: #304FE8;
--cobalt-600: #1634CA;
--cobalt-700: #122AA1;
--cobalt-800: #0D1E73;
--cobalt-900: #081349;
--cobalt-950: #050C2E;
}