Cobalt
#0D61A5
BlueColor Codes
All color formats for development
HEX
#0D61A5RGB
rgb(13, 97, 165)HSL
hsl(207, 85%, 35%)OKLCH
oklch(0.484 0.131 250)CMYK
cmyk(92%, 41%, 0%, 35%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0C5795
2#0B4D84
3#094474
4#083A63
5#073053
6#052742
7#041D32
8#031321
9#010A11
Tints
Lighter variations
1#1073C4
2#1285E2
3#2895EE
4#47A4F0
5#66B3F3
6#84C2F5
7#A3D2F8
8#C2E1FA
9#E0F0FD
Tones
Muted variations
1#15609E
2#1D5F96
3#245F8E
4#2C5E87
5#335D7F
6#3B5C78
7#425C70
8#4A5B68
9#525A61
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F8 #F1F8FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEEF #DEEFFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2E1 #C2E1FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 92C9 #92C9F6 | BordersInactive statesPlaceholder text |
| 400 | 5AAD #5AADF2 | Disabled statesSecondary iconsMuted text |
| 500 | 2B96 #2B96EE | Primary brand colorCTAsActive elementsLinks |
| 600 | 117A #117AD0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0D61 #0D61A5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A45 #0A4576 | Text on light backgroundsHeadingsStrong borders |
| 900 | 062C #062C4B | Primary textHigh emphasis contentDark headings |
| 950 | 041C #041C2F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F1F8FE;
--cobalt-100: #DEEFFC;
--cobalt-200: #C2E1FA;
--cobalt-300: #92C9F6;
--cobalt-400: #5AADF2;
--cobalt-500: #2B96EE;
--cobalt-600: #117AD0;
--cobalt-700: #0D61A5;
--cobalt-800: #0A4576;
--cobalt-900: #062C4B;
--cobalt-950: #041C2F;
}