Cobalt
#19669A
BlueColor Codes
All color formats for development
HEX
#19669ARGB
rgb(25, 102, 154)HSL
hsl(204, 72%, 35%)OKLCH
oklch(0.492 0.11 244)CMYK
cmyk(84%, 34%, 0%, 40%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#165C8A
2#14527B
3#11476B
4#0F3D5C
5#0C334D
6#0A293D
7#071F2E
8#05141F
9#020A0F
Tints
Lighter variations
1#1E79B6
2#228CD3
3#379CDF
4#54AAE3
5#70B8E8
6#8DC6EC
7#A9D4F1
8#C6E3F6
9#E2F1FA
Tones
Muted variations
1#1F6593
2#26648D
3#2C6286
4#336180
5#396079
6#405E73
7#465D6D
8#4C5C66
9#535B60
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F8 #F2F8FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0F0 #E0F0FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6E3 #C6E3F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9ACD #9ACDEF | BordersInactive statesPlaceholder text |
| 400 | 65B3 #65B3E6 | Disabled statesSecondary iconsMuted text |
| 500 | 3A9D #3A9DDF | Primary brand colorCTAsActive elementsLinks |
| 600 | 1F80 #1F80C1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1966 #19669A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1249 #12496E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B2F #0B2F46 | Primary textHigh emphasis contentDark headings |
| 950 | 071D #071D2C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F2F8FD;
--cobalt-100: #E0F0FA;
--cobalt-200: #C6E3F6;
--cobalt-300: #9ACDEF;
--cobalt-400: #65B3E6;
--cobalt-500: #3A9DDF;
--cobalt-600: #1F80C1;
--cobalt-700: #19669A;
--cobalt-800: #12496E;
--cobalt-900: #0B2F46;
--cobalt-950: #071D2C;
}