Cobalt
#1065A2
BlueColor Codes
All color formats for development
HEX
#1065A2RGB
rgb(16, 101, 162)HSL
hsl(205, 82%, 35%)OKLCH
oklch(0.492 0.122 246.9)CMYK
cmyk(90%, 38%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E5B92
2#0D5182
3#0B4772
4#0A3D61
5#083351
6#062941
7#051E31
8#031420
9#020A10
Tints
Lighter variations
1#1378C1
2#168BDF
3#2C9BEA
4#4AA9ED
5#68B7F0
6#86C6F3
7#A5D4F6
8#C3E2F9
9#E1F1FC
Tones
Muted variations
1#17649B
2#1F6394
3#26628C
4#2D6185
5#355F7E
6#3C5E77
7#435D6F
8#4B5C68
9#525A61
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F8 #F1F8FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF0 #DFF0FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3E2 #C3E2F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94CC #94CCF4 | BordersInactive statesPlaceholder text |
| 400 | 5DB2 #5DB2EF | Disabled statesSecondary iconsMuted text |
| 500 | 2E9C #2E9CEA | Primary brand colorCTAsActive elementsLinks |
| 600 | 1480 #1480CC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1065 #1065A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B48 #0B4874 | Text on light backgroundsHeadingsStrong borders |
| 900 | 072E #072E4A | Primary textHigh emphasis contentDark headings |
| 950 | 051D #051D2E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F1F8FE;
--cobalt-100: #DFF0FC;
--cobalt-200: #C3E2F9;
--cobalt-300: #94CCF4;
--cobalt-400: #5DB2EF;
--cobalt-500: #2E9CEA;
--cobalt-600: #1480CC;
--cobalt-700: #1065A2;
--cobalt-800: #0B4874;
--cobalt-900: #072E4A;
--cobalt-950: #051D2E;
}