Cobalt
#2234BF
BlueColor Codes
All color formats for development
HEX
#2234BFRGB
rgb(34, 52, 191)HSL
hsl(233, 70%, 44%)OKLCH
oklch(0.421 0.213 268.3)CMYK
cmyk(82%, 73%, 0%, 25%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1E2FAC
2#1B2A99
3#182486
4#141F72
5#111A5F
6#0D154C
7#0A1039
8#070A26
9#030513
Tints
Lighter variations
1#263BD7
2#3D4FDD
3#5565E1
4#6D7BE5
5#8691EA
6#9EA7EE
7#B6BDF2
8#CED3F6
9#E7E9FB
Tones
Muted variations
1#2A3AB7
2#3140AF
3#3946A7
4#414C9F
5#495297
6#515890
7#595E88
8#606480
9#686A78
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F3 #F2F3FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1E4 #E1E4FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7CC #C7CCF5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BA5 #9BA5ED | BordersInactive statesPlaceholder text |
| 400 | 6776 #6776E4 | Disabled statesSecondary iconsMuted text |
| 500 | 3C4F #3C4FDD | Primary brand colorCTAsActive elementsLinks |
| 600 | 2234 #2234BF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B29 #1B2998 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 131E #131E6C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C13 #0C1345 | Primary textHigh emphasis contentDark headings |
| 950 | 080C #080C2B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F2F3FD;
--cobalt-100: #E1E4FA;
--cobalt-200: #C7CCF5;
--cobalt-300: #9BA5ED;
--cobalt-400: #6776E4;
--cobalt-500: #3C4FDD;
--cobalt-600: #2234BF;
--cobalt-700: #1B2998;
--cobalt-800: #131E6C;
--cobalt-900: #0C1345;
--cobalt-950: #080C2B;
}