Cobalt
#2719C8
BlueColor Codes
All color formats for development
HEX
#2719C8RGB
rgb(39, 25, 200)HSL
hsl(245, 78%, 44%)OKLCH
oklch(0.403 0.244 270.7)CMYK
cmyk(81%, 88%, 0%, 22%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2316B4
2#1F14A0
3#1B118C
4#180F78
5#140C64
6#100A50
7#0C073C
8#080528
9#040214
Tints
Lighter variations
1#2C1CE1
2#4334E6
3#5A4DE9
4#7266EC
5#8980EF
6#A199F2
7#B8B3F6
8#D0CCF9
9#E7E6FC
Tones
Muted variations
1#2F21BF
2#362AB6
3#3D33AD
4#443CA5
5#4C449C
6#534D93
7#5A568A
8#625F82
9#696779
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F1 #F2F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2DF #E2DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8C4 #C8C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9E97 #9E97F2 | BordersInactive statesPlaceholder text |
| 400 | 6C60 #6C60EB | Disabled statesSecondary iconsMuted text |
| 500 | 4233 #4233E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2719 #2719C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F14 #1F149F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 160E #160E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E09 #0E0949 | Primary textHigh emphasis contentDark headings |
| 950 | 0906 #09062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F2F1FD;
--cobalt-100: #E2DFFB;
--cobalt-200: #C8C4F8;
--cobalt-300: #9E97F2;
--cobalt-400: #6C60EB;
--cobalt-500: #4233E6;
--cobalt-600: #2719C8;
--cobalt-700: #1F149F;
--cobalt-800: #160E71;
--cobalt-900: #0E0949;
--cobalt-950: #09062D;
}