Cobalt
#2452BC
BlueColor Codes
All color formats for development
HEX
#2452BCRGB
rgb(36, 82, 188)HSL
hsl(222, 68%, 44%)OKLCH
oklch(0.473 0.175 263.5)CMYK
cmyk(81%, 56%, 0%, 26%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#204AAA
2#1D4197
3#193984
4#163171
5#12295E
6#0E214B
7#0B1939
8#071026
9#040813
Tints
Lighter variations
1#285CD4
2#3F6EDA
3#5780DF
4#6F92E4
5#87A4E8
6#9FB6ED
7#B7C9F1
8#CFDBF6
9#E7EDFA
Tones
Muted variations
1#2C55B5
2#3358AD
3#3B5BA6
4#425E9E
5#4A6196
6#52648F
7#596787
8#616A7F
9#696D78
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F5 #F2F5FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1E8 #E1E8F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7D5 #C7D5F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CB4 #9CB4EC | BordersInactive statesPlaceholder text |
| 400 | 698D #698DE2 | Disabled statesSecondary iconsMuted text |
| 500 | 3E6D #3E6DDA | Primary brand colorCTAsActive elementsLinks |
| 600 | 2452 #2452BC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D41 #1D4196 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 142E #142E6B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D1E #0D1E45 | Primary textHigh emphasis contentDark headings |
| 950 | 0813 #08132B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F2F5FD;
--cobalt-100: #E1E8F9;
--cobalt-200: #C7D5F4;
--cobalt-300: #9CB4EC;
--cobalt-400: #698DE2;
--cobalt-500: #3E6DDA;
--cobalt-600: #2452BC;
--cobalt-700: #1D4196;
--cobalt-800: #142E6B;
--cobalt-900: #0D1E45;
--cobalt-950: #08132B;
}