Cobalt
#195FC8
BlueColor Codes
All color formats for development
HEX
#195FC8RGB
rgb(25, 95, 200)HSL
hsl(216, 78%, 44%)OKLCH
oklch(0.507 0.177 259.3)CMYK
cmyk(88%, 53%, 0%, 22%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1655B4
2#144CA0
3#11428C
4#0F3978
5#0C2F64
6#0A2650
7#071C3C
8#051328
9#020914
Tints
Lighter variations
1#1C6BE1
2#347BE6
3#4D8BE9
4#669CEC
5#80ACEF
6#99BDF2
7#B3CDF6
8#CCDEF9
9#E6EEFC
Tones
Muted variations
1#2160BF
2#2A62B6
3#3364AD
4#3C66A5
5#44679C
6#4D6993
7#566B8A
8#5F6D82
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 | C4D9 #C4D9F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97BB #97BBF2 | BordersInactive statesPlaceholder text |
| 400 | 6098 #6098EB | Disabled statesSecondary iconsMuted text |
| 500 | 337A #337AE6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 195F #195FC8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 144B #144B9F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E36 #0E3671 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0922 #092249 | 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: #F1F6FD;
--cobalt-100: #DFEAFB;
--cobalt-200: #C4D9F8;
--cobalt-300: #97BBF2;
--cobalt-400: #6098EB;
--cobalt-500: #337AE6;
--cobalt-600: #195FC8;
--cobalt-700: #144B9F;
--cobalt-800: #0E3671;
--cobalt-900: #092249;
--cobalt-950: #06162D;
}