Cobalt
#1F32C1
BlueColor Codes
All color formats for development
HEX
#1F32C1RGB
rgb(31, 50, 193)HSL
hsl(233, 72%, 44%)OKLCH
oklch(0.419 0.218 267.7)CMYK
cmyk(84%, 74%, 0%, 24%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1C2DAE
2#19289A
3#162387
4#131E74
5#101960
6#0D144D
7#090F3A
8#060A27
9#030513
Tints
Lighter variations
1#2339DA
2#3B4EDF
3#5364E3
4#6C7AE7
5#8490EB
6#9DA6EF
7#B5BDF3
8#CED3F7
9#E6E9FB
Tones
Muted variations
1#2738B9
2#303FB1
3#3845A9
4#404BA1
5#485199
6#505791
7#585E88
8#606480
9#686A78
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F3 #F2F3FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0E3 #E0E3FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6CC #C6CCF6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AA4 #9AA4EF | BordersInactive statesPlaceholder text |
| 400 | 6574 #6574E6 | Disabled statesSecondary iconsMuted text |
| 500 | 3A4D #3A4DDF | Primary brand colorCTAsActive elementsLinks |
| 600 | 1F32 #1F32C1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1928 #19289A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 121D #121D6E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B12 #0B1246 | Primary textHigh emphasis contentDark headings |
| 950 | 070B #070B2C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F2F3FD;
--cobalt-100: #E0E3FA;
--cobalt-200: #C6CCF6;
--cobalt-300: #9AA4EF;
--cobalt-400: #6574E6;
--cobalt-500: #3A4DDF;
--cobalt-600: #1F32C1;
--cobalt-700: #19289A;
--cobalt-800: #121D6E;
--cobalt-900: #0B1246;
--cobalt-950: #070B2C;
}