Cobalt
#2A19C8
BlueColor Codes
All color formats for development
HEX
#2A19C8RGB
rgb(42, 25, 200)HSL
hsl(246, 78%, 44%)OKLCH
oklch(0.404 0.243 271.5)CMYK
cmyk(79%, 88%, 0%, 22%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2616B4
2#2214A0
3#1E118C
4#190F78
5#150C64
6#110A50
7#0D073C
8#080528
9#040214
Tints
Lighter variations
1#301CE1
2#4534E6
3#5D4DE9
4#7466EC
5#8B80EF
6#A299F2
7#B9B3F6
8#D1CCF9
9#E8E6FC
Tones
Muted variations
1#3121BF
2#382AB6
3#3F33AD
4#463CA5
5#4D449C
6#544D93
7#5B568A
8#625F82
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 | C9C4 #C9C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | A097 #A097F2 | BordersInactive statesPlaceholder text |
| 400 | 6E60 #6E60EB | Disabled statesSecondary iconsMuted text |
| 500 | 4533 #4533E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2A19 #2A19C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2214 #22149F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 180E #180E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F09 #0F0949 | 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: #C9C4F8;
--cobalt-300: #A097F2;
--cobalt-400: #6E60EB;
--cobalt-500: #4533E6;
--cobalt-600: #2A19C8;
--cobalt-700: #22149F;
--cobalt-800: #180E71;
--cobalt-900: #0F0949;
--cobalt-950: #0A062D;
}