Cobalt
#16509C
BlueColor Codes
All color formats for development
HEX
#16509CRGB
rgb(22, 80, 156)HSL
hsl(214, 75%, 35%)OKLCH
oklch(0.44 0.137 257.2)CMYK
cmyk(86%, 49%, 0%, 39%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#14488D
2#12407D
3#10386D
4#0D305E
5#0B284E
6#09203E
7#07182F
8#04101F
9#020810
Tints
Lighter variations
1#1A5FB9
2#1F6ED6
3#347FE2
4#5192E6
5#6EA4EA
6#8BB6EE
7#A8C8F3
8#C5DBF7
9#E2EDFB
Tones
Muted variations
1#1D5195
2#24528F
3#2A5388
4#315481
5#38557B
6#3E5674
7#45576D
8#4C5767
9#535860
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F7 #F2F7FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0EB #E0EBFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5DB #C5DBF7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98BE #98BEF0 | BordersInactive statesPlaceholder text |
| 400 | 639D #639DE9 | Disabled statesSecondary iconsMuted text |
| 500 | 3681 #3681E2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1C65 #1C65C4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1650 #16509C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1039 #103970 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A25 #0A2547 | Primary textHigh emphasis contentDark headings |
| 950 | 0617 #06172D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F2F7FD;
--cobalt-100: #E0EBFB;
--cobalt-200: #C5DBF7;
--cobalt-300: #98BEF0;
--cobalt-400: #639DE9;
--cobalt-500: #3681E2;
--cobalt-600: #1C65C4;
--cobalt-700: #16509C;
--cobalt-800: #103970;
--cobalt-900: #0A2547;
--cobalt-950: #06172D;
}