Cobalt
#2323BE
BlueColor Codes
All color formats for development
HEX
#2323BERGB
rgb(35, 35, 190)HSL
hsl(240, 69%, 44%)OKLCH
oklch(0.398 0.227 269.8)CMYK
cmyk(82%, 82%, 0%, 25%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1F1FAB
2#1C1C98
3#181885
4#151572
5#11115F
6#0E0E4C
7#0A0A39
8#070726
9#030313
Tints
Lighter variations
1#2727D6
2#3E3EDC
3#5656E0
4#6E6EE4
5#8686E9
6#9E9EED
7#B7B7F2
8#CFCFF6
9#E7E7FB
Tones
Muted variations
1#2B2BB6
2#3232AE
3#3A3AA6
4#42429F
5#494997
6#51518F
7#595987
8#616180
9#686878
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F2 #F2F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1E1 #E1E1F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7C7 #C7C7F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9C9C #9C9CED | BordersInactive statesPlaceholder text |
| 400 | 6868 #6868E3 | Disabled statesSecondary iconsMuted text |
| 500 | 3D3D #3D3DDB | Primary brand colorCTAsActive elementsLinks |
| 600 | 2323 #2323BE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C1C #1C1C97 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1414 #14146C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D0D #0D0D45 | Primary textHigh emphasis contentDark headings |
| 950 | 0808 #08082B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F2F2FD;
--cobalt-100: #E1E1F9;
--cobalt-200: #C7C7F5;
--cobalt-300: #9C9CED;
--cobalt-400: #6868E3;
--cobalt-500: #3D3DDB;
--cobalt-600: #2323BE;
--cobalt-700: #1C1C97;
--cobalt-800: #14146C;
--cobalt-900: #0D0D45;
--cobalt-950: #08082B;
}