Cobalt
#1265A1
BlueColor Codes
All color formats for development
HEX
#1265A1RGB
rgb(18, 101, 161)HSL
hsl(205, 80%, 35%)OKLCH
oklch(0.492 0.121 246.7)CMYK
cmyk(89%, 37%, 0%, 37%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#105B91
2#0E5181
3#0C4770
4#0B3D60
5#093350
6#072840
7#051E30
8#041420
9#020A10
Tints
Lighter variations
1#1578BE
2#188BDC
3#2E9AE8
4#4CA9EB
5#6AB7EE
6#88C6F2
7#A5D4F5
8#C3E2F8
9#E1F1FC
Tones
Muted variations
1#19649A
2#206392
3#27628B
4#2E6084
5#365F7D
6#3D5E76
7#445D6F
8#4B5C68
9#525A60
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F8 #F1F8FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF0 #DFF0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3E2 #C3E2F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95CC #95CCF3 | BordersInactive statesPlaceholder text |
| 400 | 5EB2 #5EB2ED | Disabled statesSecondary iconsMuted text |
| 500 | 309C #309CE8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 167F #167FCA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1265 #1265A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D48 #0D4873 | Text on light backgroundsHeadingsStrong borders |
| 900 | 082E #082E49 | 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: #F1F8FD;
--cobalt-100: #DFF0FB;
--cobalt-200: #C3E2F8;
--cobalt-300: #95CCF3;
--cobalt-400: #5EB2ED;
--cobalt-500: #309CE8;
--cobalt-600: #167FCA;
--cobalt-700: #1265A1;
--cobalt-800: #0D4873;
--cobalt-900: #082E49;
--cobalt-950: #051D2E;
}