Cobalt
#232DBE
BlueColor Codes
All color formats for development
HEX
#232DBERGB
rgb(35, 45, 190)HSL
hsl(236, 69%, 44%)OKLCH
oklch(0.411 0.219 269.1)CMYK
cmyk(82%, 76%, 0%, 25%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1F29AB
2#1C2498
3#182085
4#151B72
5#11175F
6#0E124C
7#0A0E39
8#070926
9#030513
Tints
Lighter variations
1#2733D6
2#3E48DC
3#565FE0
4#6E76E4
5#868DE9
6#9EA4ED
7#B7BBF2
8#CFD1F6
9#E7E8FB
Tones
Muted variations
1#2B34B6
2#323BAE
3#3A41A6
4#42489F
5#494F97
6#51558F
7#595C87
8#616380
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 | C7CA #C7CAF5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CA1 #9CA1ED | BordersInactive statesPlaceholder text |
| 400 | 6870 #6870E3 | Disabled statesSecondary iconsMuted text |
| 500 | 3D48 #3D48DB | Primary brand colorCTAsActive elementsLinks |
| 600 | 232D #232DBE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C24 #1C2497 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 141A #141A6C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D10 #0D1045 | 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: #C7CAF5;
--cobalt-300: #9CA1ED;
--cobalt-400: #6870E3;
--cobalt-500: #3D48DB;
--cobalt-600: #232DBE;
--cobalt-700: #1C2497;
--cobalt-800: #141A6C;
--cobalt-900: #0D1045;
--cobalt-950: #080A2B;
}