Cobalt
#1C62C4
BlueColor Codes
All color formats for development
HEX
#1C62C4RGB
rgb(28, 98, 196)HSL
hsl(215, 75%, 44%)OKLCH
oklch(0.511 0.168 258.2)CMYK
cmyk(86%, 50%, 0%, 23%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1958B1
2#164F9D
3#144589
4#113B76
5#0E3162
6#0B274F
7#081D3B
8#061427
9#030A14
Tints
Lighter variations
1#206FDD
2#377EE2
3#508FE6
4#699FEA
5#82AFED
6#9BBFF1
7#B4CFF4
8#CDDFF8
9#E6EFFB
Tones
Muted variations
1#2464BC
2#2D65B4
3#3566AB
4#3E68A3
5#46699A
6#4F6B92
7#576C89
8#5F6D81
9#686F79
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F6 #F2F6FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0EB #E0EBFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5DA #C5DAF7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98BD #98BDF0 | BordersInactive statesPlaceholder text |
| 400 | 639B #639BE9 | Disabled statesSecondary iconsMuted text |
| 500 | 367E #367EE2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1C62 #1C62C4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 164E #164E9C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1038 #103870 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A24 #0A2447 | Primary textHigh emphasis contentDark headings |
| 950 | 0616 #06162D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F2F6FD;
--cobalt-100: #E0EBFB;
--cobalt-200: #C5DAF7;
--cobalt-300: #98BDF0;
--cobalt-400: #639BE9;
--cobalt-500: #367EE2;
--cobalt-600: #1C62C4;
--cobalt-700: #164E9C;
--cobalt-800: #103870;
--cobalt-900: #0A2447;
--cobalt-950: #06162D;
}