Cobalt
#1D6196
BlueColor Codes
All color formats for development
HEX
#1D6196RGB
rgb(29, 97, 150)HSL
hsl(206, 68%, 35%)OKLCH
oklch(0.478 0.108 246.7)CMYK
cmyk(81%, 35%, 0%, 41%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1A5887
2#174E78
3#144469
4#113A5A
5#0E314B
6#0B273C
7#091D2D
8#06131E
9#030A0F
Tints
Lighter variations
1#2273B2
2#2785CE
3#3C95DA
4#58A5DF
5#74B4E4
6#90C3EA
7#ABD2EF
8#C7E1F4
9#E3F0FA
Tones
Muted variations
1#236190
2#29608A
3#2F5F84
4#355E7E
5#3B5D78
6#415C72
7#475C6B
8#4D5B65
9#535A5F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F8 #F2F8FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1EF #E1EFF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7E1 #C7E1F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CCA #9CCAEC | BordersInactive statesPlaceholder text |
| 400 | 69AE #69AEE2 | Disabled statesSecondary iconsMuted text |
| 500 | 3E97 #3E97DA | Primary brand colorCTAsActive elementsLinks |
| 600 | 247A #247ABC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D61 #1D6196 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1446 #14466B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D2C #0D2C45 | 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: #F2F8FD;
--cobalt-100: #E1EFF9;
--cobalt-200: #C7E1F4;
--cobalt-300: #9CCAEC;
--cobalt-400: #69AEE2;
--cobalt-500: #3E97DA;
--cobalt-600: #247ABC;
--cobalt-700: #1D6196;
--cobalt-800: #14466B;
--cobalt-900: #0D2C45;
--cobalt-950: #081C2B;
}