Cobalt
#1260A1
BlueColor Codes
All color formats for development
HEX
#1260A1RGB
rgb(18, 96, 161)HSL
hsl(207, 80%, 35%)OKLCH
oklch(0.48 0.126 249.8)CMYK
cmyk(89%, 40%, 0%, 37%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#105791
2#0E4D81
3#0C4370
4#0B3A60
5#093050
6#072740
7#051D30
8#041320
9#020A10
Tints
Lighter variations
1#1572BE
2#1884DC
3#2E94E8
4#4CA4EB
5#6AB3EE
6#88C2F2
7#A5D1F5
8#C3E1F8
9#E1F0FC
Tones
Muted variations
1#19609A
2#205F92
3#275E8B
4#2E5E84
5#365D7D
6#3D5C76
7#445B6F
8#4B5B68
9#525A60
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F8 #F1F8FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFEF #DFEFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3E1 #C3E1F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95C9 #95C9F3 | BordersInactive statesPlaceholder text |
| 400 | 5EAD #5EADED | Disabled statesSecondary iconsMuted text |
| 500 | 3095 #3095E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1679 #1679CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1260 #1260A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D45 #0D4573 | Text on light backgroundsHeadingsStrong borders |
| 900 | 082C #082C49 | 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: #F1F8FD;
--cobalt-100: #DFEFFB;
--cobalt-200: #C3E1F8;
--cobalt-300: #95C9F3;
--cobalt-400: #5EADED;
--cobalt-500: #3095E8;
--cobalt-600: #1679CA;
--cobalt-700: #1260A1;
--cobalt-800: #0D4573;
--cobalt-900: #082C49;
--cobalt-950: #051C2E;
}