Cobalt
#111ED0
BlueColor Codes
All color formats for development
HEX
#111ED0RGB
rgb(17, 30, 208)HSL
hsl(236, 85%, 44%)OKLCH
oklch(0.409 0.254 265.9)CMYK
cmyk(92%, 86%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F1BBB
2#0D18A6
3#0C1591
4#0A127D
5#080F68
6#070C53
7#05093E
8#03062A
9#020315
Tints
Lighter variations
1#1321EA
2#2C39EE
3#4651F0
4#606AF2
5#7B83F4
6#959CF6
7#B0B5F9
8#CACDFB
9#E5E6FD
Tones
Muted variations
1#1A26C6
2#242EBC
3#2D36B3
4#373FA9
5#4147A0
6#4A4F96
7#54578D
8#5D6083
9#67687A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F2 #F1F2FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEE0 #DEE0FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2C5 #C2C5FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 9299 #9299F6 | BordersInactive statesPlaceholder text |
| 400 | 5A64 #5A64F2 | Disabled statesSecondary iconsMuted text |
| 500 | 2B38 #2B38EE | Primary brand colorCTAsActive elementsLinks |
| 600 | 111E #111ED0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0D18 #0D18A5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A11 #0A1176 | Text on light backgroundsHeadingsStrong borders |
| 900 | 060B #060B4B | Primary textHigh emphasis contentDark headings |
| 950 | 0407 #04072F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F1F2FE;
--cobalt-100: #DEE0FC;
--cobalt-200: #C2C5FA;
--cobalt-300: #9299F6;
--cobalt-400: #5A64F2;
--cobalt-500: #2B38EE;
--cobalt-600: #111ED0;
--cobalt-700: #0D18A5;
--cobalt-800: #0A1176;
--cobalt-900: #060B4B;
--cobalt-950: #04072F;
}