Cobalt
#195E9A
BlueColor Codes
All color formats for development
HEX
#195E9ARGB
rgb(25, 94, 154)HSL
hsl(208, 72%, 35%)OKLCH
oklch(0.472 0.117 249.6)CMYK
cmyk(84%, 39%, 0%, 40%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#16548A
2#144B7B
3#11416B
4#0F385C
5#0C2F4D
6#0A253D
7#071C2E
8#05131F
9#02090F
Tints
Lighter variations
1#1E6FB6
2#2280D3
3#3791DF
4#54A0E3
5#70B0E8
6#8DC0EC
7#A9D0F1
8#C6DFF6
9#E2EFFA
Tones
Muted variations
1#1F5D93
2#265D8D
3#2C5C86
4#335C80
5#395B79
6#405B73
7#465B6D
8#4C5A66
9#535A60
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F8 #F2F8FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0EE #E0EEFA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6DF #C6DFF6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AC7 #9AC7EF | BordersInactive statesPlaceholder text |
| 400 | 65AA #65AAE6 | Disabled statesSecondary iconsMuted text |
| 500 | 3A92 #3A92DF | Primary brand colorCTAsActive elementsLinks |
| 600 | 1F76 #1F76C1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 195E #195E9A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1243 #12436E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B2B #0B2B46 | Primary textHigh emphasis contentDark headings |
| 950 | 071B #071B2C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F2F8FD;
--cobalt-100: #E0EEFA;
--cobalt-200: #C6DFF6;
--cobalt-300: #9AC7EF;
--cobalt-400: #65AAE6;
--cobalt-500: #3A92DF;
--cobalt-600: #1F76C1;
--cobalt-700: #195E9A;
--cobalt-800: #12436E;
--cobalt-900: #0B2B46;
--cobalt-950: #071B2C;
}