Cobalt
#191FC8
BlueColor Codes
All color formats for development
HEX
#191FC8RGB
rgb(25, 31, 200)HSL
hsl(238, 78%, 44%)OKLCH
oklch(0.402 0.243 267.3)CMYK
cmyk(88%, 85%, 0%, 22%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#161BB4
2#1418A0
3#11158C
4#0F1278
5#0C0F64
6#0A0C50
7#07093C
8#050628
9#020314
Tints
Lighter variations
1#1C22E1
2#343AE6
3#4D52E9
4#666BEC
5#8084EF
6#999CF2
7#B3B5F6
8#CCCEF9
9#E6E6FC
Tones
Muted variations
1#2127BF
2#2A2FB6
3#3337AD
4#3C3FA5
5#44479C
6#4D5093
7#56588A
8#5F6082
9#676879
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F2 #F1F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFE0 #DFE0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4C6 #C4C6F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 979A #979AF2 | BordersInactive statesPlaceholder text |
| 400 | 6065 #6065EB | Disabled statesSecondary iconsMuted text |
| 500 | 3339 #3339E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 191F #191FC8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1418 #14189F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E11 #0E1171 | Text on light backgroundsHeadingsStrong borders |
| 900 | 090B #090B49 | Primary textHigh emphasis contentDark headings |
| 950 | 0607 #06072D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F1F2FD;
--cobalt-100: #DFE0FB;
--cobalt-200: #C4C6F8;
--cobalt-300: #979AF2;
--cobalt-400: #6065EB;
--cobalt-500: #3339E6;
--cobalt-600: #191FC8;
--cobalt-700: #14189F;
--cobalt-800: #0E1171;
--cobalt-900: #090B49;
--cobalt-950: #06072D;
}