Cobalt
#092FD7
BlueColor Codes
All color formats for development
HEX
#092FD7RGB
rgb(9, 47, 215)HSL
hsl(229, 92%, 44%)OKLCH
oklch(0.435 0.25 264.7)CMYK
cmyk(96%, 78%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#082AC2
2#0725AC
3#062197
4#051C81
5#04176C
6#041356
7#030E41
8#02092B
9#010516
Tints
Lighter variations
1#0A35F3
2#244AF6
3#3F61F7
4#5A77F8
5#768EF9
6#91A5FA
7#ADBBFC
8#C8D2FD
9#E4E8FE
Tones
Muted variations
1#1335CD
2#1E3CC3
3#2842B8
4#3249AE
5#3D50A4
6#475699
7#515D8F
8#5C6385
9#666A7B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F3 #F0F3FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE3 #DDE3FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFCB #BFCBFC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EA2 #8EA2FA | BordersInactive statesPlaceholder text |
| 400 | 5472 #5472F8 | Disabled statesSecondary iconsMuted text |
| 500 | 2349 #2349F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 092F #092FD7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0725 #0725AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 051B #051B7A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0311 #03114E | Primary textHigh emphasis contentDark headings |
| 950 | 020B #020B31 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F0F3FE;
--cobalt-100: #DDE3FE;
--cobalt-200: #BFCBFC;
--cobalt-300: #8EA2FA;
--cobalt-400: #5472F8;
--cobalt-500: #2349F6;
--cobalt-600: #092FD7;
--cobalt-700: #0725AB;
--cobalt-800: #051B7A;
--cobalt-900: #03114E;
--cobalt-950: #020B31;
}