Cobalt
#2461BC
BlueColor Codes
All color formats for development
HEX
#2461BCRGB
rgb(36, 97, 188)HSL
hsl(216, 68%, 44%)OKLCH
oklch(0.505 0.157 258.7)CMYK
cmyk(81%, 48%, 0%, 26%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2057AA
2#1D4E97
3#194484
4#163A71
5#12305E
6#0E274B
7#0B1D39
8#071326
9#040A13
Tints
Lighter variations
1#286DD4
2#3F7DDA
3#578DDF
4#6F9EE4
5#87AEE8
6#9FBEED
7#B7CEF1
8#CFDFF6
9#E7EFFA
Tones
Muted variations
1#2C62B5
2#3364AD
3#3B66A6
4#42679E
5#4A6996
6#526A8F
7#596C87
8#616D7F
9#696F78
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F6 #F2F6FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1EB #E1EBF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7D9 #C7D9F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CBC #9CBCEC | BordersInactive statesPlaceholder text |
| 400 | 699A #699AE2 | Disabled statesSecondary iconsMuted text |
| 500 | 3E7D #3E7DDA | Primary brand colorCTAsActive elementsLinks |
| 600 | 2461 #2461BC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D4D #1D4D96 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1437 #14376B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D23 #0D2345 | Primary textHigh emphasis contentDark headings |
| 950 | 0816 #08162B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F2F6FD;
--cobalt-100: #E1EBF9;
--cobalt-200: #C7D9F4;
--cobalt-300: #9CBCEC;
--cobalt-400: #699AE2;
--cobalt-500: #3E7DDA;
--cobalt-600: #2461BC;
--cobalt-700: #1D4D96;
--cobalt-800: #14376B;
--cobalt-900: #0D2345;
--cobalt-950: #08162B;
}