Cobalt
#19629A
BlueColor Codes
All color formats for development
HEX
#19629ARGB
rgb(25, 98, 154)HSL
hsl(206, 72%, 35%)OKLCH
oklch(0.482 0.113 246.9)CMYK
cmyk(84%, 36%, 0%, 40%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#16588A
2#144E7B
3#11446B
4#0F3B5C
5#0C314D
6#0A273D
7#071D2E
8#05141F
9#020A0F
Tints
Lighter variations
1#1E74B6
2#2286D3
3#3796DF
4#54A5E3
5#70B4E8
6#8DC3EC
7#A9D2F1
8#C6E1F6
9#E2F0FA
Tones
Muted variations
1#1F6193
2#26608D
3#2C5F86
4#335E80
5#395E79
6#405D73
7#465C6D
8#4C5B66
9#535A60
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F8 #F2F8FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0EF #E0EFFA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6E1 #C6E1F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9ACA #9ACAEF | BordersInactive statesPlaceholder text |
| 400 | 65AE #65AEE6 | Disabled statesSecondary iconsMuted text |
| 500 | 3A97 #3A97DF | Primary brand colorCTAsActive elementsLinks |
| 600 | 1F7B #1F7BC1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1962 #19629A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1246 #12466E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B2D #0B2D46 | Primary textHigh emphasis contentDark headings |
| 950 | 071C #071C2C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F2F8FD;
--cobalt-100: #E0EFFA;
--cobalt-200: #C6E1F6;
--cobalt-300: #9ACAEF;
--cobalt-400: #65AEE6;
--cobalt-500: #3A97DF;
--cobalt-600: #1F7BC1;
--cobalt-700: #19629A;
--cobalt-800: #12466E;
--cobalt-900: #0B2D46;
--cobalt-950: #071C2C;
}