Cobalt
#2330BE
BlueColor Codes
All color formats for development
HEX
#2330BERGB
rgb(35, 48, 190)HSL
hsl(235, 69%, 44%)OKLCH
oklch(0.415 0.216 268.9)CMYK
cmyk(82%, 75%, 0%, 25%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1F2BAB
2#1C2698
3#182185
4#151D72
5#11185F
6#0E134C
7#0A0E39
8#070A26
9#030513
Tints
Lighter variations
1#2736D6
2#3E4BDC
3#5662E0
4#6E78E4
5#868FE9
6#9EA5ED
7#B7BCF2
8#CFD2F6
9#E7E9FB
Tones
Muted variations
1#2B36B6
2#323DAE
3#3A43A6
4#42499F
5#495097
6#51568F
7#595D87
8#616380
9#686A78
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F3 #F2F3FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1E3 #E1E3F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7CB #C7CBF5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CA3 #9CA3ED | BordersInactive statesPlaceholder text |
| 400 | 6872 #6872E3 | Disabled statesSecondary iconsMuted text |
| 500 | 3D4A #3D4ADB | Primary brand colorCTAsActive elementsLinks |
| 600 | 2330 #2330BE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C26 #1C2697 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 141B #141B6C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D11 #0D1145 | Primary textHigh emphasis contentDark headings |
| 950 | 080B #080B2B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F2F3FD;
--cobalt-100: #E1E3F9;
--cobalt-200: #C7CBF5;
--cobalt-300: #9CA3ED;
--cobalt-400: #6872E3;
--cobalt-500: #3D4ADB;
--cobalt-600: #2330BE;
--cobalt-700: #1C2697;
--cobalt-800: #141B6C;
--cobalt-900: #0D1145;
--cobalt-950: #080B2B;
}