Cobalt
#233190
BlueColor Codes
All color formats for development
HEX
#233190RGB
rgb(35, 49, 144)HSL
hsl(232, 61%, 35%)OKLCH
oklch(0.369 0.156 270.1)CMYK
cmyk(76%, 66%, 0%, 44%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1F2C81
2#1C2773
3#182365
4#151E56
5#111948
6#0E1439
7#0A0F2B
8#070A1D
9#03050E
Tints
Lighter variations
1#293AAA
2#3044C5
3#4457D2
4#5F6FD8
5#7A87DF
6#949FE5
7#AFB7EC
8#CACFF2
9#E4E7F9
Tones
Muted variations
1#28358A
2#2E3985
3#333D7F
4#39417A
5#3E4574
6#43496F
7#494D6A
8#4E5164
9#54555F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F4 #F3F4FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2E5 #E2E5F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CACF #CACFF2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1AA #A1AAE8 | BordersInactive statesPlaceholder text |
| 400 | 6F7E #6F7EDC | Disabled statesSecondary iconsMuted text |
| 500 | 4659 #4659D2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C3E #2C3EB5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2331 #233190 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1923 #192367 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1017 #101742 | Primary textHigh emphasis contentDark headings |
| 950 | 0A0E #0A0E29 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F3F4FC;
--cobalt-100: #E2E5F8;
--cobalt-200: #CACFF2;
--cobalt-300: #A1AAE8;
--cobalt-400: #6F7EDC;
--cobalt-500: #4659D2;
--cobalt-600: #2C3EB5;
--cobalt-700: #233190;
--cobalt-800: #192367;
--cobalt-900: #101742;
--cobalt-950: #0A0E29;
}