Cobalt
#081BAA
BlueColor Codes
All color formats for development
HEX
#081BAARGB
rgb(8, 27, 170)HSL
hsl(233, 91%, 35%)OKLCH
oklch(0.356 0.216 265.3)CMYK
cmyk(95%, 84%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#071899
2#061688
3#061377
4#051066
5#040D55
6#030B44
7#020833
8#020522
9#010311
Tints
Lighter variations
1#0A20CA
2#0B25EA
3#213AF5
4#4156F6
5#6172F8
6#808EF9
7#A0ABFB
8#C0C7FC
9#DFE3FE
Tones
Muted variations
1#1021A2
2#18279A
3#202E92
4#29348A
5#313A82
6#39407A
7#414772
8#494D69
9#515361
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F2 #F0F2FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE1 #DDE1FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0C7 #C0C7FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8F9B #8F9BFA | BordersInactive statesPlaceholder text |
| 400 | 5567 #5567F7 | Disabled statesSecondary iconsMuted text |
| 500 | 243C #243CF5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0A22 #0A22D6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 081B #081BAA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0613 #06137A | Text on light backgroundsHeadingsStrong borders |
| 900 | 040C #040C4E | Primary textHigh emphasis contentDark headings |
| 950 | 0208 #020831 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F0F2FE;
--cobalt-100: #DDE1FD;
--cobalt-200: #C0C7FC;
--cobalt-300: #8F9BFA;
--cobalt-400: #5567F7;
--cobalt-500: #243CF5;
--cobalt-600: #0A22D6;
--cobalt-700: #081BAA;
--cobalt-800: #06137A;
--cobalt-900: #040C4E;
--cobalt-950: #020831;
}