Cobalt
#2419C8
BlueColor Codes
All color formats for development
HEX
#2419C8RGB
rgb(36, 25, 200)HSL
hsl(244, 78%, 44%)OKLCH
oklch(0.401 0.244 269.9)CMYK
cmyk(82%, 88%, 0%, 22%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2116B4
2#1D14A0
3#19118C
4#160F78
5#120C64
6#0F0A50
7#0B073C
8#070528
9#040214
Tints
Lighter variations
1#291CE1
2#4034E6
3#574DE9
4#6F66EC
5#8780EF
6#9F99F2
7#B7B3F6
8#CFCCF9
9#E7E6FC
Tones
Muted variations
1#2C21BF
2#342AB6
3#3B33AD
4#433CA5
5#4A449C
6#524D93
7#59568A
8#615F82
9#696779
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F1 #F2F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1DF #E1DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7C4 #C7C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9D97 #9D97F2 | BordersInactive statesPlaceholder text |
| 400 | 6960 #6960EB | Disabled statesSecondary iconsMuted text |
| 500 | 3F33 #3F33E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2419 #2419C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D14 #1D149F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 150E #150E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D09 #0D0949 | Primary textHigh emphasis contentDark headings |
| 950 | 0806 #08062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F2F1FD;
--cobalt-100: #E1DFFB;
--cobalt-200: #C7C4F8;
--cobalt-300: #9D97F2;
--cobalt-400: #6960EB;
--cobalt-500: #3F33E6;
--cobalt-600: #2419C8;
--cobalt-700: #1D149F;
--cobalt-800: #150E71;
--cobalt-900: #0D0949;
--cobalt-950: #08062D;
}