Cobalt
#324DAE
BlueColor Codes
All color formats for development
HEX
#324DAERGB
rgb(50, 77, 174)HSL
hsl(227, 55%, 44%)OKLCH
oklch(0.458 0.158 267.9)CMYK
cmyk(71%, 56%, 0%, 32%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2D469D
2#283E8B
3#23367A
4#1E2E68
5#192757
6#141F46
7#0F1734
8#0A0F23
9#050811
Tints
Lighter variations
1#3957C4
2#4E69CC
3#647CD2
4#7A8FD8
5#90A1DF
6#A6B4E5
7#BDC7EC
8#D3DAF2
9#E9ECF9
Tones
Muted variations
1#3951A8
2#3F54A2
3#45589B
4#4B5B95
5#515F8F
6#586289
7#5E6683
8#64697D
9#6A6D76
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F5 #F3F5FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3E8 #E3E8F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCD4 #CCD4F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4B2 #A4B2E5 | BordersInactive statesPlaceholder text |
| 400 | 758A #758AD7 | Disabled statesSecondary iconsMuted text |
| 500 | 4D68 #4D68CB | Primary brand colorCTAsActive elementsLinks |
| 600 | 324D #324DAE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 283D #283D8A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D2C #1D2C63 | Text on light backgroundsHeadingsStrong borders |
| 900 | 121C #121C3F | Primary textHigh emphasis contentDark headings |
| 950 | 0B12 #0B1228 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F3F5FC;
--cobalt-100: #E3E8F7;
--cobalt-200: #CCD4F0;
--cobalt-300: #A4B2E5;
--cobalt-400: #758AD7;
--cobalt-500: #4D68CB;
--cobalt-600: #324DAE;
--cobalt-700: #283D8A;
--cobalt-800: #1D2C63;
--cobalt-900: #121C3F;
--cobalt-950: #0B1228;
}