Cobalt
#2342BE
BlueColor Codes
All color formats for development
HEX
#2342BERGB
rgb(35, 66, 190)HSL
hsl(228, 69%, 44%)OKLCH
oklch(0.444 0.197 266.7)CMYK
cmyk(82%, 65%, 0%, 25%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1F3BAB
2#1C3598
3#182E85
4#152772
5#11215F
6#0E1A4C
7#0A1439
8#070D26
9#030713
Tints
Lighter variations
1#274AD6
2#3E5DDC
3#5672E0
4#6E86E4
5#869AE9
6#9EAEED
7#B7C2F2
8#CFD7F6
9#E7EBFB
Tones
Muted variations
1#2B46B6
2#324BAE
3#3A50A6
4#42549F
5#495997
6#515E8F
7#596287
8#616780
9#686C78
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F4 #F2F4FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1E6 #E1E6F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7D0 #C7D0F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CAC #9CACED | BordersInactive statesPlaceholder text |
| 400 | 6881 #6881E3 | Disabled statesSecondary iconsMuted text |
| 500 | 3D5D #3D5DDB | Primary brand colorCTAsActive elementsLinks |
| 600 | 2342 #2342BE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C34 #1C3497 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1425 #14256C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D18 #0D1845 | Primary textHigh emphasis contentDark headings |
| 950 | 080F #080F2B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F2F4FD;
--cobalt-100: #E1E6F9;
--cobalt-200: #C7D0F5;
--cobalt-300: #9CACED;
--cobalt-400: #6881E3;
--cobalt-500: #3D5DDB;
--cobalt-600: #2342BE;
--cobalt-700: #1C3497;
--cobalt-800: #14256C;
--cobalt-900: #0D1845;
--cobalt-950: #080F2B;
}