Cobalt
#1F38C1
BlueColor Codes
All color formats for development
HEX
#1F38C1RGB
rgb(31, 56, 193)HSL
hsl(231, 72%, 44%)OKLCH
oklch(0.429 0.212 267.2)CMYK
cmyk(84%, 71%, 0%, 24%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1C32AE
2#192D9A
3#162787
4#132174
5#101C60
6#0D164D
7#09113A
8#060B27
9#030613
Tints
Lighter variations
1#233FDA
2#3B53DF
3#5369E3
4#6C7EE7
5#8494EB
6#9DA9EF
7#B5BFF3
8#CED4F7
9#E6EAFB
Tones
Muted variations
1#273DB9
2#3043B1
3#3849A9
4#404EA1
5#485499
6#505A91
7#585F88
8#606580
9#686B78
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F3 #F2F3FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0E4 #E0E4FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6CD #C6CDF6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AA7 #9AA7EF | BordersInactive statesPlaceholder text |
| 400 | 6579 #6579E6 | Disabled statesSecondary iconsMuted text |
| 500 | 3A52 #3A52DF | Primary brand colorCTAsActive elementsLinks |
| 600 | 1F38 #1F38C1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 192C #192C9A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1220 #12206E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B14 #0B1446 | Primary textHigh emphasis contentDark headings |
| 950 | 070D #070D2C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F2F3FD;
--cobalt-100: #E0E4FA;
--cobalt-200: #C6CDF6;
--cobalt-300: #9AA7EF;
--cobalt-400: #6579E6;
--cobalt-500: #3A52DF;
--cobalt-600: #1F38C1;
--cobalt-700: #192C9A;
--cobalt-800: #12206E;
--cobalt-900: #0B1446;
--cobalt-950: #070D2C;
}