Cobalt
#3232AE
BlueColor Codes
All color formats for development
HEX
#3232AERGB
rgb(50, 50, 174)HSL
hsl(240, 55%, 44%)OKLCH
oklch(0.409 0.19 274)CMYK
cmyk(71%, 71%, 0%, 32%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2D2D9D
2#28288B
3#23237A
4#1E1E68
5#191957
6#141446
7#0F0F34
8#0A0A23
9#050511
Tints
Lighter variations
1#3939C4
2#4E4ECC
3#6464D2
4#7A7AD8
5#9090DF
6#A6A6E5
7#BDBDEC
8#D3D3F2
9#E9E9F9
Tones
Muted variations
1#3939A8
2#3F3FA2
3#45459B
4#4B4B95
5#51518F
6#585889
7#5E5E83
8#64647D
9#6A6A76
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F3 #F3F3FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3E3 #E3E3F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCCC #CCCCF0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4A4 #A4A4E5 | BordersInactive statesPlaceholder text |
| 400 | 7575 #7575D7 | Disabled statesSecondary iconsMuted text |
| 500 | 4D4D #4D4DCB | Primary brand colorCTAsActive elementsLinks |
| 600 | 3232 #3232AE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2828 #28288A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D1D #1D1D63 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1212 #12123F | Primary textHigh emphasis contentDark headings |
| 950 | 0B0B #0B0B28 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F3F3FC;
--cobalt-100: #E3E3F7;
--cobalt-200: #CCCCF0;
--cobalt-300: #A4A4E5;
--cobalt-400: #7575D7;
--cobalt-500: #4D4DCB;
--cobalt-600: #3232AE;
--cobalt-700: #28288A;
--cobalt-800: #1D1D63;
--cobalt-900: #12123F;
--cobalt-950: #0B0B28;
}