Cobalt
#2832B8
BlueColor Codes
All color formats for development
HEX
#2832B8RGB
rgb(40, 50, 184)HSL
hsl(236, 64%, 44%)OKLCH
oklch(0.414 0.205 270.2)CMYK
cmyk(78%, 73%, 0%, 28%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#242DA6
2#202893
3#1C2381
4#181E6E
5#14195C
6#10144A
7#0C0F37
8#080A25
9#040512
Tints
Lighter variations
1#2E38CF
2#444DD6
3#5B64DB
4#727AE0
5#8A90E5
6#A1A6EA
7#B9BCF0
8#D0D3F5
9#E8E9FA
Tones
Muted variations
1#3038B1
2#373EAA
3#3E45A2
4#454B9B
5#4C5194
6#53578D
7#5B5E86
8#62647F
9#696A77
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F3 #F2F3FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2E3 #E2E3F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9CB #C9CBF3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FA4 #9FA4EA | BordersInactive statesPlaceholder text |
| 400 | 6D74 #6D74DF | Disabled statesSecondary iconsMuted text |
| 500 | 434D #434DD6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2832 #2832B8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2028 #202892 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 171C #171C69 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F12 #0F1243 | Primary textHigh emphasis contentDark headings |
| 950 | 090B #090B2A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F2F3FC;
--cobalt-100: #E2E3F9;
--cobalt-200: #C9CBF3;
--cobalt-300: #9FA4EA;
--cobalt-400: #6D74DF;
--cobalt-500: #434DD6;
--cobalt-600: #2832B8;
--cobalt-700: #202892;
--cobalt-800: #171C69;
--cobalt-900: #0F1243;
--cobalt-950: #090B2A;
}