Cobalt
#2532BB
BlueColor Codes
All color formats for development
HEX
#2532BBRGB
rgb(37, 50, 187)HSL
hsl(235, 67%, 44%)OKLCH
oklch(0.415 0.21 269.3)CMYK
cmyk(80%, 73%, 0%, 27%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#212DA9
2#1E2896
3#1A2383
4#161E70
5#13195E
6#0F144B
7#0B0F38
8#070A25
9#040513
Tints
Lighter variations
1#2A38D3
2#404DD9
3#5863DE
4#7079E3
5#8890E7
6#A0A6EC
7#B7BCF1
8#CFD2F6
9#E7E9FA
Tones
Muted variations
1#2D38B4
2#343EAC
3#3C44A5
4#434B9D
5#4B5196
6#52578E
7#5A5D87
8#61647F
9#696A78
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F3 #F2F3FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1E3 #E1E3F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8CB #C8CBF4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9DA4 #9DA4EC | BordersInactive statesPlaceholder text |
| 400 | 6A74 #6A74E2 | Disabled statesSecondary iconsMuted text |
| 500 | 3F4C #3F4CD9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2532 #2532BB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D27 #1D2795 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 151C #151C6A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D12 #0D1244 | Primary textHigh emphasis contentDark headings |
| 950 | 080B #080B2B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F2F3FC;
--cobalt-100: #E1E3F9;
--cobalt-200: #C8CBF4;
--cobalt-300: #9DA4EC;
--cobalt-400: #6A74E2;
--cobalt-500: #3F4CD9;
--cobalt-600: #2532BB;
--cobalt-700: #1D2795;
--cobalt-800: #151C6A;
--cobalt-900: #0D1244;
--cobalt-950: #080B2B;
}