Cobalt
#2335BE
BlueColor Codes
All color formats for development
HEX
#2335BERGB
rgb(35, 53, 190)HSL
hsl(233, 69%, 44%)OKLCH
oklch(0.422 0.211 268.4)CMYK
cmyk(82%, 72%, 0%, 25%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1F30AB
2#1C2A98
3#182585
4#152072
5#111A5F
6#0E154C
7#0A1039
8#070B26
9#030513
Tints
Lighter variations
1#273CD6
2#3E50DC
3#5666E0
4#6E7CE4
5#8692E9
6#9EA8ED
7#B7BDF2
8#CFD3F6
9#E7E9FB
Tones
Muted variations
1#2B3BB6
2#3241AE
3#3A47A6
4#424D9F
5#495397
6#51588F
7#595E87
8#616480
9#686A78
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F3 #F2F3FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1E4 #E1E4F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7CC #C7CCF5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CA5 #9CA5ED | BordersInactive statesPlaceholder text |
| 400 | 6877 #6877E3 | Disabled statesSecondary iconsMuted text |
| 500 | 3D50 #3D50DB | Primary brand colorCTAsActive elementsLinks |
| 600 | 2335 #2335BE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C2A #1C2A97 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 141E #141E6C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D13 #0D1345 | 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: #E1E4F9;
--cobalt-200: #C7CCF5;
--cobalt-300: #9CA5ED;
--cobalt-400: #6877E3;
--cobalt-500: #3D50DB;
--cobalt-600: #2335BE;
--cobalt-700: #1C2A97;
--cobalt-800: #141E6C;
--cobalt-900: #0D1345;
--cobalt-950: #080C2B;
}