Cobalt
#41419F
BlueColor Codes
All color formats for development
HEX
#41419FRGB
rgb(65, 65, 159)HSL
hsl(240, 42%, 44%)OKLCH
oklch(0.432 0.149 278.2)CMYK
cmyk(59%, 59%, 0%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3B3B8F
2#34347F
3#2E2E70
4#272760
5#212150
6#1A1A40
7#141430
8#0D0D20
9#070710
Tints
Lighter variations
1#4949B4
2#5D5DBD
3#7171C5
4#8585CD
5#9A9AD6
6#AEAEDE
7#C2C2E6
8#D6D6EE
9#EBEBF7
Tones
Muted variations
1#46469B
2#4B4B96
3#4F4F91
4#54548C
5#595988
6#5D5D83
7#62627E
8#67677A
9#6B6B75
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F4 #F4F4FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6E6 #E6E6F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0D0 #D0D0EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ACAC #ACACDD | BordersInactive statesPlaceholder text |
| 400 | 8080 #8080CB | Disabled statesSecondary iconsMuted text |
| 500 | 5C5C #5C5CBC | Primary brand colorCTAsActive elementsLinks |
| 600 | 4141 #41419F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3434 #34347F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2525 #25255B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1818 #18183A | Primary textHigh emphasis contentDark headings |
| 950 | 0F0F #0F0F24 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F4F4FB;
--cobalt-100: #E6E6F5;
--cobalt-200: #D0D0EC;
--cobalt-300: #ACACDD;
--cobalt-400: #8080CB;
--cobalt-500: #5C5CBC;
--cobalt-600: #41419F;
--cobalt-700: #34347F;
--cobalt-800: #25255B;
--cobalt-900: #18183A;
--cobalt-950: #0F0F24;
}