Cobalt
#192C9A
BlueColor Codes
All color formats for development
HEX
#192C9ARGB
rgb(25, 44, 154)HSL
hsl(231, 72%, 35%)OKLCH
oklch(0.366 0.178 267.7)CMYK
cmyk(84%, 71%, 0%, 40%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#16288A
2#14237B
3#111F6B
4#0F1B5C
5#0C164D
6#0A123D
7#070D2E
8#05091F
9#02040F
Tints
Lighter variations
1#1E34B6
2#223DD3
3#3750DF
4#5469E3
5#7082E8
6#8D9BEC
7#A9B4F1
8#C6CDF6
9#E2E6FA
Tones
Muted variations
1#1F3193
2#26358D
3#2C3A86
4#333E80
5#394379
6#404773
7#464C6D
8#4C5066
9#535560
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F3 #F2F3FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0E4 #E0E4FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6CD #C6CDF6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AA7 #9AA7EF | BordersInactive statesPlaceholder text |
| 400 | 6579 #6579E6 | Disabled statesSecondary iconsMuted text |
| 500 | 3A52 #3A52DF | Primary brand colorCTAsActive elementsLinks |
| 600 | 1F38 #1F38C1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 192C #192C9A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1220 #12206E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B14 #0B1446 | Primary textHigh emphasis contentDark headings |
| 950 | 070D #070D2C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F2F3FD;
--cobalt-100: #E0E4FA;
--cobalt-200: #C6CDF6;
--cobalt-300: #9AA7EF;
--cobalt-400: #6579E6;
--cobalt-500: #3A52DF;
--cobalt-600: #1F38C1;
--cobalt-700: #192C9A;
--cobalt-800: #12206E;
--cobalt-900: #0B1446;
--cobalt-950: #070D2C;
}