Cobalt
#195CC8
BlueColor Codes
All color formats for development
HEX
#195CC8RGB
rgb(25, 92, 200)HSL
hsl(217, 78%, 44%)OKLCH
oklch(0.501 0.181 260.1)CMYK
cmyk(88%, 54%, 0%, 22%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1653B4
2#1449A0
3#11408C
4#0F3778
5#0C2E64
6#0A2550
7#071C3C
8#051228
9#020914
Tints
Lighter variations
1#1C67E1
2#3478E6
3#4D89E9
4#669AEC
5#80ABEF
6#99BBF2
7#B3CCF6
8#CCDDF9
9#E6EEFC
Tones
Muted variations
1#215EBF
2#2A60B6
3#3362AD
4#3C64A5
5#44669C
6#4D6893
7#566A8A
8#5F6C82
9#676E79
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F6 #F1F6FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFEA #DFEAFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4D8 #C4D8F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97BA #97BAF2 | BordersInactive statesPlaceholder text |
| 400 | 6096 #6096EB | Disabled statesSecondary iconsMuted text |
| 500 | 3377 #3377E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 195C #195CC8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1449 #14499F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E34 #0E3471 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0921 #092149 | Primary textHigh emphasis contentDark headings |
| 950 | 0615 #06152D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F1F6FD;
--cobalt-100: #DFEAFB;
--cobalt-200: #C4D8F8;
--cobalt-300: #97BAF2;
--cobalt-400: #6096EB;
--cobalt-500: #3377E6;
--cobalt-600: #195CC8;
--cobalt-700: #14499F;
--cobalt-800: #0E3471;
--cobalt-900: #092149;
--cobalt-950: #06152D;
}