Cobalt
#3241AE
BlueColor Codes
All color formats for development
HEX
#3241AERGB
rgb(50, 65, 174)HSL
hsl(233, 55%, 44%)OKLCH
oklch(0.434 0.173 271.1)CMYK
cmyk(71%, 63%, 0%, 32%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2D3A9D
2#28348B
3#232D7A
4#1E2768
5#192057
6#141A46
7#0F1334
8#0A0D23
9#050611
Tints
Lighter variations
1#3949C4
2#4E5DCC
3#6471D2
4#7A85D8
5#9099DF
6#A6AEE5
7#BDC2EC
8#D3D6F2
9#E9EBF9
Tones
Muted variations
1#3946A8
2#3F4AA2
3#454F9B
4#4B5495
5#51598F
6#585D89
7#5E6283
8#64677D
9#6A6B76
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 | CCD0 #CCD0F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4AC #A4ACE5 | BordersInactive statesPlaceholder text |
| 400 | 7580 #7580D7 | Disabled statesSecondary iconsMuted text |
| 500 | 4D5C #4D5CCB | Primary brand colorCTAsActive elementsLinks |
| 600 | 3241 #3241AE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2834 #28348A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D25 #1D2563 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1218 #12183F | Primary textHigh emphasis contentDark headings |
| 950 | 0B0F #0B0F28 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F3F4FC;
--cobalt-100: #E3E6F7;
--cobalt-200: #CCD0F0;
--cobalt-300: #A4ACE5;
--cobalt-400: #7580D7;
--cobalt-500: #4D5CCB;
--cobalt-600: #3241AE;
--cobalt-700: #28348A;
--cobalt-800: #1D2563;
--cobalt-900: #12183F;
--cobalt-950: #0B0F28;
}