Cobalt
#1352A0
BlueColor Codes
All color formats for development
HEX
#1352A0RGB
rgb(19, 82, 160)HSL
hsl(213, 79%, 35%)OKLCH
oklch(0.447 0.141 256.7)CMYK
cmyk(88%, 49%, 0%, 37%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#114A90
2#0F4280
3#0D3A70
4#0B3160
5#092950
6#072140
7#061930
8#041020
9#020810
Tints
Lighter variations
1#1661BD
2#1A71DB
3#2F82E7
4#4D94EA
5#6BA6EE
6#88B7F1
7#A6C9F5
8#C4DBF8
9#E1EDFC
Tones
Muted variations
1#1A5399
2#215492
3#28548B
4#2F5584
5#36567D
6#3D5675
7#44576E
8#4B5867
9#525960
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F7 #F1F7FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFEC #DFECFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4DB #C4DBF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 96C0 #96C0F3 | BordersInactive statesPlaceholder text |
| 400 | 5F9F #5F9FEC | Disabled statesSecondary iconsMuted text |
| 500 | 3283 #3283E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1867 #1867C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1352 #1352A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D3B #0D3B72 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0926 #092649 | Primary textHigh emphasis contentDark headings |
| 950 | 0517 #05172E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F1F7FD;
--cobalt-100: #DFECFB;
--cobalt-200: #C4DBF8;
--cobalt-300: #96C0F3;
--cobalt-400: #5F9FEC;
--cobalt-500: #3283E7;
--cobalt-600: #1867C9;
--cobalt-700: #1352A0;
--cobalt-800: #0D3B72;
--cobalt-900: #092649;
--cobalt-950: #05172E;
}