Cobalt
#1260CE
BlueColor Codes
All color formats for development
HEX
#1260CERGB
rgb(18, 96, 206)HSL
hsl(215, 84%, 44%)OKLCH
oklch(0.513 0.185 259)CMYK
cmyk(91%, 53%, 0%, 19%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1057BA
2#0E4DA5
3#0D4491
4#0B3A7C
5#093067
6#072753
7#051D3E
8#041329
9#020A15
Tints
Lighter variations
1#146DE9
2#2D7DED
3#478DEF
4#619DF1
5#7CAEF4
6#96BEF6
7#B0CEF8
8#CADEFA
9#E5EFFD
Tones
Muted variations
1#1B62C5
2#2564BC
3#2E65B2
4#3867A9
5#41689F
6#4B6A96
7#546B8C
8#5D6D83
9#676F7A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F6 #F1F6FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEEB #DEEBFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2D9 #C2D9FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 93BC #93BCF6 | BordersInactive statesPlaceholder text |
| 400 | 5B99 #5B99F1 | Disabled statesSecondary iconsMuted text |
| 500 | 2C7C #2C7CED | Primary brand colorCTAsActive elementsLinks |
| 600 | 1260 #1260CE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0E4D #0E4DA4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A37 #0A3775 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0723 #07234B | Primary textHigh emphasis contentDark headings |
| 950 | 0416 #04162F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F1F6FE;
--cobalt-100: #DEEBFC;
--cobalt-200: #C2D9FA;
--cobalt-300: #93BCF6;
--cobalt-400: #5B99F1;
--cobalt-500: #2C7CED;
--cobalt-600: #1260CE;
--cobalt-700: #0E4DA4;
--cobalt-800: #0A3775;
--cobalt-900: #07234B;
--cobalt-950: #04162F;
}