Cobalt
#1F1FC1
BlueColor Codes
All color formats for development
HEX
#1F1FC1RGB
rgb(31, 31, 193)HSL
hsl(240, 72%, 44%)OKLCH
oklch(0.396 0.234 268.8)CMYK
cmyk(84%, 84%, 0%, 24%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1C1CAE
2#19199A
3#161687
4#131374
5#101060
6#0D0D4D
7#09093A
8#060627
9#030313
Tints
Lighter variations
1#2323DA
2#3B3BDF
3#5353E3
4#6C6CE7
5#8484EB
6#9D9DEF
7#B5B5F3
8#CECEF7
9#E6E6FB
Tones
Muted variations
1#2727B9
2#3030B1
3#3838A9
4#4040A1
5#484899
6#505091
7#585888
8#606080
9#686878
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F2 #F2F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0E0 #E0E0FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6C6 #C6C6F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9A9A #9A9AEF | BordersInactive statesPlaceholder text |
| 400 | 6565 #6565E6 | Disabled statesSecondary iconsMuted text |
| 500 | 3A3A #3A3ADF | Primary brand colorCTAsActive elementsLinks |
| 600 | 1F1F #1F1FC1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1919 #19199A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1212 #12126E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B0B #0B0B46 | Primary textHigh emphasis contentDark headings |
| 950 | 0707 #07072C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F2F2FD;
--cobalt-100: #E0E0FA;
--cobalt-200: #C6C6F6;
--cobalt-300: #9A9AEF;
--cobalt-400: #6565E6;
--cobalt-500: #3A3ADF;
--cobalt-600: #1F1FC1;
--cobalt-700: #19199A;
--cobalt-800: #12126E;
--cobalt-900: #0B0B46;
--cobalt-950: #07072C;
}