Cobalt
#2239BF
BlueColor Codes
All color formats for development
HEX
#2239BFRGB
rgb(34, 57, 191)HSL
hsl(231, 70%, 44%)OKLCH
oklch(0.429 0.208 267.7)CMYK
cmyk(82%, 70%, 0%, 25%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1E33AC
2#1B2E99
3#182886
4#142272
5#111D5F
6#0D174C
7#0A1139
8#070B26
9#030613
Tints
Lighter variations
1#2641D7
2#3D55DD
3#556AE1
4#6D7FE5
5#8695EA
6#9EAAEE
7#B6BFF2
8#CED4F6
9#E7EAFB
Tones
Muted variations
1#2A3FB7
2#3144AF
3#394AA7
4#414F9F
5#495597
6#515A90
7#596088
8#606580
9#686B78
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F4 #F2F4FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1E4 #E1E4FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7CE #C7CEF5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BA8 #9BA8ED | BordersInactive statesPlaceholder text |
| 400 | 677A #677AE4 | Disabled statesSecondary iconsMuted text |
| 500 | 3C54 #3C54DD | Primary brand colorCTAsActive elementsLinks |
| 600 | 2239 #2239BF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B2E #1B2E98 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1321 #13216C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C15 #0C1545 | Primary textHigh emphasis contentDark headings |
| 950 | 080D #080D2B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F2F4FD;
--cobalt-100: #E1E4FA;
--cobalt-200: #C7CEF5;
--cobalt-300: #9BA8ED;
--cobalt-400: #677AE4;
--cobalt-500: #3C54DD;
--cobalt-600: #2239BF;
--cobalt-700: #1B2E98;
--cobalt-800: #13216C;
--cobalt-900: #0C1545;
--cobalt-950: #080D2B;
}