Cobalt
#1A4D99
BlueColor Codes
All color formats for development
HEX
#1A4D99RGB
rgb(26, 77, 153)HSL
hsl(216, 71%, 35%)OKLCH
oklch(0.432 0.136 258.8)CMYK
cmyk(83%, 50%, 0%, 40%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#174589
2#153D7A
3#12366B
4#102E5C
5#0D264C
6#0A1F3D
7#08172E
8#050F1F
9#03080F
Tints
Lighter variations
1#1F5BB5
2#2369D1
3#397ADD
4#558DE2
5#71A0E7
6#8EB3EC
7#AAC6F1
8#C6D9F5
9#E3ECFA
Tones
Muted variations
1#204E92
2#274F8C
3#2D5086
4#33527F
5#3A5379
6#405473
7#46556C
8#4D5766
9#535860
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F6 #F2F6FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0EB #E0EBFA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6D9 #C6D9F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BBC #9BBCEE | BordersInactive statesPlaceholder text |
| 400 | 6699 #6699E5 | Disabled statesSecondary iconsMuted text |
| 500 | 3B7C #3B7CDE | Primary brand colorCTAsActive elementsLinks |
| 600 | 2160 #2160C0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1A4D #1A4D99 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1237 #12376D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C23 #0C2346 | Primary textHigh emphasis contentDark headings |
| 950 | 0716 #07162C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F2F6FD;
--cobalt-100: #E0EBFA;
--cobalt-200: #C6D9F5;
--cobalt-300: #9BBCEE;
--cobalt-400: #6699E5;
--cobalt-500: #3B7CDE;
--cobalt-600: #2160C0;
--cobalt-700: #1A4D99;
--cobalt-800: #12376D;
--cobalt-900: #0C2346;
--cobalt-950: #07162C;
}