Cobalt
#1826C9
BlueColor Codes
All color formats for development
HEX
#1826C9RGB
rgb(24, 38, 201)HSL
hsl(235, 79%, 44%)OKLCH
oklch(0.41 0.24 266.9)CMYK
cmyk(88%, 81%, 0%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1523B5
2#131FA1
3#101B8D
4#0E1779
5#0C1364
6#090F50
7#070C3C
8#050828
9#020414
Tints
Lighter variations
1#1B2BE2
2#3342E7
3#4C59EA
4#6671ED
5#7F89F0
6#99A0F3
7#B2B8F6
8#CCD0F9
9#E5E7FC
Tones
Muted variations
1#202EC0
2#2935B7
3#323CAE
4#3B44A5
5#444B9D
6#4D5394
7#565A8B
8#5E6182
9#676979
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F2 #F1F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFE1 #DFE1FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4C8 #C4C8F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 969E #969EF3 | BordersInactive statesPlaceholder text |
| 400 | 5F6B #5F6BEC | Disabled statesSecondary iconsMuted text |
| 500 | 3241 #3241E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1826 #1826C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 131E #131EA0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D16 #0D1672 | Text on light backgroundsHeadingsStrong borders |
| 900 | 090E #090E49 | Primary textHigh emphasis contentDark headings |
| 950 | 0509 #05092E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F1F2FD;
--cobalt-100: #DFE1FB;
--cobalt-200: #C4C8F8;
--cobalt-300: #969EF3;
--cobalt-400: #5F6BEC;
--cobalt-500: #3241E7;
--cobalt-600: #1826C9;
--cobalt-700: #131EA0;
--cobalt-800: #0D1672;
--cobalt-900: #090E49;
--cobalt-950: #05092E;
}