Cobalt
#1D6195
BlueColor Codes
All color formats for development
HEX
#1D6195RGB
rgb(29, 97, 149)HSL
hsl(206, 67%, 35%)OKLCH
oklch(0.477 0.107 246.2)CMYK
cmyk(81%, 35%, 0%, 42%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1B5886
2#184E77
3#154468
4#123A59
5#0F314B
6#0C273C
7#091D2D
8#06131E
9#030A0F
Tints
Lighter variations
1#2373B1
2#2885CC
3#3D95D9
4#59A4DE
5#75B4E4
6#90C3E9
7#ACD2EF
8#C8E1F4
9#E3F0FA
Tones
Muted variations
1#23608F
2#296089
3#2F5F83
4#355E7D
5#3B5D77
6#415C71
7#475C6B
8#4D5B65
9#535A5F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F8 #F2F8FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1EF #E1EFF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8E1 #C8E1F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9DCA #9DCAEC | BordersInactive statesPlaceholder text |
| 400 | 6AAE #6AAEE2 | Disabled statesSecondary iconsMuted text |
| 500 | 3F97 #3F97D9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 257A #257ABB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D61 #1D6195 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1545 #15456A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D2C #0D2C44 | Primary textHigh emphasis contentDark headings |
| 950 | 081C #081C2B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F2F8FC;
--cobalt-100: #E1EFF9;
--cobalt-200: #C8E1F4;
--cobalt-300: #9DCAEC;
--cobalt-400: #6AAEE2;
--cobalt-500: #3F97D9;
--cobalt-600: #257ABB;
--cobalt-700: #1D6195;
--cobalt-800: #15456A;
--cobalt-900: #0D2C44;
--cobalt-950: #081C2B;
}