Cobalt
#192DC8
BlueColor Codes
All color formats for development
HEX
#192DC8RGB
rgb(25, 45, 200)HSL
hsl(233, 78%, 44%)OKLCH
oklch(0.418 0.233 266.8)CMYK
cmyk(88%, 77%, 0%, 22%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1629B4
2#1424A0
3#11208C
4#0F1B78
5#0C1764
6#0A1250
7#070E3C
8#050928
9#020514
Tints
Lighter variations
1#1C33E1
2#3448E6
3#4D5FE9
4#6676EC
5#808DEF
6#99A4F2
7#B3BBF6
8#CCD1F9
9#E6E8FC
Tones
Muted variations
1#2134BF
2#2A3BB6
3#3341AD
4#3C48A5
5#444F9C
6#4D5593
7#565C8A
8#5F6382
9#676979
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F3 #F1F3FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFE2 #DFE2FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4CA #C4CAF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97A1 #97A1F2 | BordersInactive statesPlaceholder text |
| 400 | 6070 #6070EB | Disabled statesSecondary iconsMuted text |
| 500 | 3348 #3348E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 192D #192DC8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1424 #14249F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E1A #0E1A71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0910 #091049 | Primary textHigh emphasis contentDark headings |
| 950 | 060A #060A2D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F1F3FD;
--cobalt-100: #DFE2FB;
--cobalt-200: #C4CAF8;
--cobalt-300: #97A1F2;
--cobalt-400: #6070EB;
--cobalt-500: #3348E6;
--cobalt-600: #192DC8;
--cobalt-700: #14249F;
--cobalt-800: #0E1A71;
--cobalt-900: #091049;
--cobalt-950: #060A2D;
}