Cobalt
#1919C8
BlueColor Codes
All color formats for development
HEX
#1919C8RGB
rgb(25, 25, 200)HSL
hsl(240, 78%, 44%)OKLCH
oklch(0.397 0.247 267.4)CMYK
cmyk(88%, 88%, 0%, 22%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1616B4
2#1414A0
3#11118C
4#0F0F78
5#0C0C64
6#0A0A50
7#07073C
8#050528
9#020214
Tints
Lighter variations
1#1C1CE1
2#3434E6
3#4D4DE9
4#6666EC
5#8080EF
6#9999F2
7#B3B3F6
8#CCCCF9
9#E6E6FC
Tones
Muted variations
1#2121BF
2#2A2AB6
3#3333AD
4#3C3CA5
5#44449C
6#4D4D93
7#56568A
8#5F5F82
9#676779
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 | C4C4 #C4C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9797 #9797F2 | BordersInactive statesPlaceholder text |
| 400 | 6060 #6060EB | Disabled statesSecondary iconsMuted text |
| 500 | 3333 #3333E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1919 #1919C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1414 #14149F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E0E #0E0E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0909 #090949 | Primary textHigh emphasis contentDark headings |
| 950 | 0606 #06062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F1F1FD;
--cobalt-100: #DFDFFB;
--cobalt-200: #C4C4F8;
--cobalt-300: #9797F2;
--cobalt-400: #6060EB;
--cobalt-500: #3333E6;
--cobalt-600: #1919C8;
--cobalt-700: #14149F;
--cobalt-800: #0E0E71;
--cobalt-900: #090949;
--cobalt-950: #06062D;
}