Cobalt
#1061A2
BlueColor Codes
All color formats for development
HEX
#1061A2RGB
rgb(16, 97, 162)HSL
hsl(207, 82%, 35%)OKLCH
oklch(0.483 0.127 249.3)CMYK
cmyk(90%, 40%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E5792
2#0D4D82
3#0B4472
4#0A3A61
5#083051
6#062741
7#051D31
8#031320
9#020A10
Tints
Lighter variations
1#1373C1
2#1684DF
3#2C94EA
4#4AA4ED
5#68B3F0
6#86C2F3
7#A5D1F6
8#C3E1F9
9#E1F0FC
Tones
Muted variations
1#17609B
2#1F5F94
3#265E8C
4#2D5E85
5#355D7E
6#3C5C77
7#435B6F
8#4B5B68
9#525A61
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F8 #F1F8FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFEF #DFEFFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3E1 #C3E1F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94C9 #94C9F4 | BordersInactive statesPlaceholder text |
| 400 | 5DAD #5DADEF | Disabled statesSecondary iconsMuted text |
| 500 | 2E96 #2E96EA | Primary brand colorCTAsActive elementsLinks |
| 600 | 1479 #1479CC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1061 #1061A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B45 #0B4574 | Text on light backgroundsHeadingsStrong borders |
| 900 | 072C #072C4A | Primary textHigh emphasis contentDark headings |
| 950 | 051C #051C2E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F1F8FE;
--cobalt-100: #DFEFFC;
--cobalt-200: #C3E1F9;
--cobalt-300: #94C9F4;
--cobalt-400: #5DADEF;
--cobalt-500: #2E96EA;
--cobalt-600: #1479CC;
--cobalt-700: #1061A2;
--cobalt-800: #0B4574;
--cobalt-900: #072C4A;
--cobalt-950: #051C2E;
}