Cobalt
#1F22C1
BlueColor Codes
All color formats for development
HEX
#1F22C1RGB
rgb(31, 34, 193)HSL
hsl(239, 72%, 44%)OKLCH
oklch(0.399 0.232 268.7)CMYK
cmyk(84%, 82%, 0%, 24%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1C1FAE
2#191B9A
3#161887
4#131474
5#101160
6#0D0E4D
7#090A3A
8#060727
9#030313
Tints
Lighter variations
1#2326DA
2#3B3DDF
3#5355E3
4#6C6EE7
5#8486EB
6#9D9EEF
7#B5B6F3
8#CECFF7
9#E6E7FB
Tones
Muted variations
1#272AB9
2#3032B1
3#383AA9
4#4041A1
5#484999
6#505191
7#585988
8#606180
9#686878
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F2 #F2F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0E1 #E0E1FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6C7 #C6C7F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9A9C #9A9CEF | BordersInactive statesPlaceholder text |
| 400 | 6568 #6568E6 | Disabled statesSecondary iconsMuted text |
| 500 | 3A3C #3A3CDF | Primary brand colorCTAsActive elementsLinks |
| 600 | 1F22 #1F22C1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 191B #191B9A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1213 #12136E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B0C #0B0C46 | Primary textHigh emphasis contentDark headings |
| 950 | 0708 #07082C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F2F2FD;
--cobalt-100: #E0E1FA;
--cobalt-200: #C6C7F6;
--cobalt-300: #9A9CEF;
--cobalt-400: #6568E6;
--cobalt-500: #3A3CDF;
--cobalt-600: #1F22C1;
--cobalt-700: #191B9A;
--cobalt-800: #12136E;
--cobalt-900: #0B0C46;
--cobalt-950: #07082C;
}