Cobalt
#201AC7
BlueColor Codes
All color formats for development
HEX
#201AC7RGB
rgb(32, 26, 199)HSL
hsl(242, 77%, 44%)OKLCH
oklch(0.399 0.244 268.9)CMYK
cmyk(84%, 87%, 0%, 22%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1C17B3
2#19159F
3#16128B
4#130F77
5#100D63
6#0D0A4F
7#09083C
8#060528
9#030314
Tints
Lighter variations
1#241DE0
2#3B35E5
3#534EE8
4#6C67EB
5#8481EF
6#9D9AF2
7#B5B3F5
8#CECCF8
9#E6E6FC
Tones
Muted variations
1#2822BE
2#302BB5
3#3834AD
4#403CA4
5#48459B
6#504E93
7#58568A
8#605F81
9#686879
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F1 #F2F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0DF #E0DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6C4 #C6C4F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9A97 #9A97F2 | BordersInactive statesPlaceholder text |
| 400 | 6661 #6661EA | Disabled statesSecondary iconsMuted text |
| 500 | 3A34 #3A34E5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 201A #201AC7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1915 #19159E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 120F #120F71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B09 #0B0948 | Primary textHigh emphasis contentDark headings |
| 950 | 0706 #07062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F2F1FD;
--cobalt-100: #E0DFFB;
--cobalt-200: #C6C4F7;
--cobalt-300: #9A97F2;
--cobalt-400: #6661EA;
--cobalt-500: #3A34E5;
--cobalt-600: #201AC7;
--cobalt-700: #19159E;
--cobalt-800: #120F71;
--cobalt-900: #0B0948;
--cobalt-950: #07062D;
}