Cobalt
#1619CA
BlueColor Codes
All color formats for development
HEX
#1619CARGB
rgb(22, 25, 202)HSL
hsl(239, 80%, 44%)OKLCH
oklch(0.398 0.25 266.8)CMYK
cmyk(89%, 88%, 0%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1417B6
2#1214A2
3#10128D
4#0D0F79
5#0B0D65
6#090A51
7#07083D
8#040528
9#020314
Tints
Lighter variations
1#191DE4
2#3134E8
3#4B4EEB
4#6567EE
5#7E80F1
6#989AF4
7#B2B3F6
8#CCCCF9
9#E5E6FC
Tones
Muted variations
1#1F22C1
2#282BB8
3#3133AF
4#3A3CA6
5#43459D
6#4C4D94
7#55568B
8#5E5F82
9#676879
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F1 #F1F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFDF #DFDFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3C4 #C3C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9597 #9597F3 | BordersInactive statesPlaceholder text |
| 400 | 5E61 #5E61ED | Disabled statesSecondary iconsMuted text |
| 500 | 3034 #3034E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1619 #1619CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1214 #1214A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D0E #0D0E73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0809 #080949 | Primary textHigh emphasis contentDark headings |
| 950 | 0506 #05062E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F1F1FD;
--cobalt-100: #DFDFFB;
--cobalt-200: #C3C4F8;
--cobalt-300: #9597F3;
--cobalt-400: #5E61ED;
--cobalt-500: #3034E8;
--cobalt-600: #1619CA;
--cobalt-700: #1214A1;
--cobalt-800: #0D0E73;
--cobalt-900: #080949;
--cobalt-950: #05062E;
}