Cobalt
#232BBE
BlueColor Codes
All color formats for development
HEX
#232BBERGB
rgb(35, 43, 190)HSL
hsl(237, 69%, 44%)OKLCH
oklch(0.408 0.22 269.3)CMYK
cmyk(82%, 77%, 0%, 25%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1F26AB
2#1C2298
3#181E85
4#151A72
5#11155F
6#0E114C
7#0A0D39
8#070926
9#030413
Tints
Lighter variations
1#2730D6
2#3E46DC
3#565DE0
4#6E74E4
5#868BE9
6#9EA2ED
7#B7BAF2
8#CFD1F6
9#E7E8FB
Tones
Muted variations
1#2B31B6
2#3238AE
3#3A3FA6
4#42469F
5#494D97
6#51548F
7#595B87
8#616280
9#686978
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F3 #F2F3FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1E2 #E1E2F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7C9 #C7C9F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CA0 #9CA0ED | BordersInactive statesPlaceholder text |
| 400 | 686E #686EE3 | Disabled statesSecondary iconsMuted text |
| 500 | 3D45 #3D45DB | Primary brand colorCTAsActive elementsLinks |
| 600 | 232B #232BBE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C22 #1C2297 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1418 #14186C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D0F #0D0F45 | Primary textHigh emphasis contentDark headings |
| 950 | 080A #080A2B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F2F3FD;
--cobalt-100: #E1E2F9;
--cobalt-200: #C7C9F5;
--cobalt-300: #9CA0ED;
--cobalt-400: #686EE3;
--cobalt-500: #3D45DB;
--cobalt-600: #232BBE;
--cobalt-700: #1C2297;
--cobalt-800: #14186C;
--cobalt-900: #0D0F45;
--cobalt-950: #080A2B;
}