Cobalt
#3245AE
BlueColor Codes
All color formats for development
HEX
#3245AERGB
rgb(50, 69, 174)HSL
hsl(231, 55%, 44%)OKLCH
oklch(0.442 0.168 270.2)CMYK
cmyk(71%, 60%, 0%, 32%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2D3E9D
2#28378B
3#23307A
4#1E2968
5#192357
6#141C46
7#0F1534
8#0A0E23
9#050711
Tints
Lighter variations
1#394EC4
2#4E61CC
3#6475D2
4#7A88D8
5#909CDF
6#A6B0E5
7#BDC4EC
8#D3D7F2
9#E9EBF9
Tones
Muted variations
1#3949A8
2#3F4EA2
3#45529B
4#4B5695
5#515B8F
6#585F89
7#5E6383
8#64687D
9#6A6C76
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F4 #F3F4FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3E6 #E3E6F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCD1 #CCD1F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4AE #A4AEE5 | BordersInactive statesPlaceholder text |
| 400 | 7583 #7583D7 | Disabled statesSecondary iconsMuted text |
| 500 | 4D60 #4D60CB | Primary brand colorCTAsActive elementsLinks |
| 600 | 3245 #3245AE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2837 #28378A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D27 #1D2763 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1219 #12193F | Primary textHigh emphasis contentDark headings |
| 950 | 0B10 #0B1028 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F3F4FC;
--cobalt-100: #E3E6F7;
--cobalt-200: #CCD1F0;
--cobalt-300: #A4AEE5;
--cobalt-400: #7583D7;
--cobalt-500: #4D60CB;
--cobalt-600: #3245AE;
--cobalt-700: #28378A;
--cobalt-800: #1D2763;
--cobalt-900: #12193F;
--cobalt-950: #0B1028;
}