Cobalt
#1B62C5
BlueColor Codes
All color formats for development
HEX
#1B62C5RGB
rgb(27, 98, 197)HSL
hsl(215, 76%, 44%)OKLCH
oklch(0.512 0.169 258.3)CMYK
cmyk(86%, 50%, 0%, 23%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1858B2
2#164E9E
3#13458A
4#103B76
5#0D3163
6#0B274F
7#081D3B
8#051427
9#030A14
Tints
Lighter variations
1#1E6EDF
2#367EE4
3#4F8EE7
4#689EEA
5#81AFEE
6#9ABFF1
7#B4CFF5
8#CDDFF8
9#E6EFFC
Tones
Muted variations
1#2363BD
2#2C65B4
3#3566AC
4#3D68A3
5#46699B
6#4E6B92
7#576C8A
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 #98BDF1 | BordersInactive statesPlaceholder text |
| 400 | 629A #629AEA | Disabled statesSecondary iconsMuted text |
| 500 | 357E #357EE3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1B62 #1B62C5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 154E #154E9D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F38 #0F3870 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A24 #0A2448 | 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: #98BDF1;
--cobalt-400: #629AEA;
--cobalt-500: #357EE3;
--cobalt-600: #1B62C5;
--cobalt-700: #154E9D;
--cobalt-800: #0F3870;
--cobalt-900: #0A2448;
--cobalt-950: #06162D;
}