Cobalt
#232A90
BlueColor Codes
All color formats for development
HEX
#232A90RGB
rgb(35, 42, 144)HSL
hsl(236, 61%, 35%)OKLCH
oklch(0.357 0.164 271.6)CMYK
cmyk(76%, 71%, 0%, 44%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1F2681
2#1C2273
3#181D65
4#151956
5#111548
6#0E1139
7#0A0D2B
8#07081D
9#03040E
Tints
Lighter variations
1#2932AA
2#303AC5
3#444ED2
4#5F67D8
5#7A80DF
6#949AE5
7#AFB3EC
8#CACCF2
9#E4E6F9
Tones
Muted variations
1#282F8A
2#2E3485
3#33387F
4#393D7A
5#3E4274
6#43466F
7#494B6A
8#4E5064
9#54555F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F3 #F3F3FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2E4 #E2E4F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CACC #CACCF2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1A5 #A1A5E8 | BordersInactive statesPlaceholder text |
| 400 | 6F77 #6F77DC | Disabled statesSecondary iconsMuted text |
| 500 | 4650 #4650D2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C35 #2C35B5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 232A #232A90 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 191E #191E67 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1013 #101342 | Primary textHigh emphasis contentDark headings |
| 950 | 0A0C #0A0C29 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F3F3FC;
--cobalt-100: #E2E4F8;
--cobalt-200: #CACCF2;
--cobalt-300: #A1A5E8;
--cobalt-400: #6F77DC;
--cobalt-500: #4650D2;
--cobalt-600: #2C35B5;
--cobalt-700: #232A90;
--cobalt-800: #191E67;
--cobalt-900: #101342;
--cobalt-950: #0A0C29;
}