Cobalt
#2D19C8
BlueColor Codes
All color formats for development
HEX
#2D19C8RGB
rgb(45, 25, 200)HSL
hsl(247, 78%, 44%)OKLCH
oklch(0.406 0.242 272.4)CMYK
cmyk(77%, 88%, 0%, 22%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2916B4
2#2414A0
3#20118C
4#1B0F78
5#170C64
6#120A50
7#0E073C
8#090528
9#050214
Tints
Lighter variations
1#331CE1
2#4834E6
3#5F4DE9
4#7666EC
5#8D80EF
6#A499F2
7#BBB3F6
8#D1CCF9
9#E8E6FC
Tones
Muted variations
1#3421BF
2#3B2AB6
3#4133AD
4#483CA5
5#4F449C
6#554D93
7#5C568A
8#635F82
9#696779
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F1 #F3F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2DF #E2DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAC4 #CAC4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | A197 #A197F2 | BordersInactive statesPlaceholder text |
| 400 | 7060 #7060EB | Disabled statesSecondary iconsMuted text |
| 500 | 4833 #4833E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2D19 #2D19C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2414 #24149F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A0E #1A0E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1009 #100949 | Primary textHigh emphasis contentDark headings |
| 950 | 0A06 #0A062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F3F1FD;
--cobalt-100: #E2DFFB;
--cobalt-200: #CAC4F8;
--cobalt-300: #A197F2;
--cobalt-400: #7060EB;
--cobalt-500: #4833E6;
--cobalt-600: #2D19C8;
--cobalt-700: #24149F;
--cobalt-800: #1A0E71;
--cobalt-900: #100949;
--cobalt-950: #0A062D;
}