Cobalt
#0928D7
BlueColor Codes
All color formats for development
HEX
#0928D7RGB
rgb(9, 40, 215)HSL
hsl(231, 92%, 44%)OKLCH
oklch(0.426 0.256 264.9)CMYK
cmyk(96%, 81%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0824C2
2#0720AC
3#061C97
4#051881
5#04146C
6#041056
7#030C41
8#02082B
9#010416
Tints
Lighter variations
1#0A2DF3
2#2443F6
3#3F5BF7
4#5A72F8
5#768AF9
6#91A1FA
7#ADB9FC
8#C8D0FD
9#E4E8FE
Tones
Muted variations
1#132FCD
2#1E36C3
3#283EB8
4#3245AE
5#3D4CA4
6#475399
7#515B8F
8#5C6285
9#66697B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F2 #F0F2FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE2 #DDE2FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFC9 #BFC9FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8E9F #8E9FFA | BordersInactive statesPlaceholder text |
| 400 | 546C #546CF8 | Disabled statesSecondary iconsMuted text |
| 500 | 2342 #2342F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0928 #0928D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0720 #0720AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0517 #05177A | Text on light backgroundsHeadingsStrong borders |
| 900 | 030F #030F4E | Primary textHigh emphasis contentDark headings |
| 950 | 0209 #020931 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F0F2FE;
--cobalt-100: #DDE2FE;
--cobalt-200: #BFC9FC;
--cobalt-300: #8E9FFA;
--cobalt-400: #546CF8;
--cobalt-500: #2342F6;
--cobalt-600: #0928D7;
--cobalt-700: #0720AB;
--cobalt-800: #05177A;
--cobalt-900: #030F4E;
--cobalt-950: #020931;
}