Cobalt
#092CAA
BlueColor Codes
All color formats for development
HEX
#092CAARGB
rgb(9, 44, 170)HSL
hsl(227, 90%, 35%)OKLCH
oklch(0.379 0.201 264.7)CMYK
cmyk(95%, 74%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#082799
2#072388
3#061F77
4#051A66
5#041655
6#041144
7#030D33
8#020922
9#010411
Tints
Lighter variations
1#0B34C9
2#0C3CE9
3#2350F3
4#4269F5
5#6282F7
6#819BF8
7#A1B4FA
8#C0CDFC
9#E0E6FD
Tones
Muted variations
1#1130A2
2#19359A
3#213991
4#293E89
5#314281
6#394779
7#414C71
8#495069
9#515561
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F3 #F0F3FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE4 #DDE4FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0CD #C0CDFC | Secondary backgroundsInput backgroundsDividers |
| 300 | 90A6 #90A6F9 | BordersInactive statesPlaceholder text |
| 400 | 5578 #5578F6 | Disabled statesSecondary iconsMuted text |
| 500 | 2552 #2552F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0B37 #0B37D5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 092C #092CAA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 061F #061F79 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0414 #04144E | Primary textHigh emphasis contentDark headings |
| 950 | 030C #030C30 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F0F3FE;
--cobalt-100: #DDE4FD;
--cobalt-200: #C0CDFC;
--cobalt-300: #90A6F9;
--cobalt-400: #5578F6;
--cobalt-500: #2552F4;
--cobalt-600: #0B37D5;
--cobalt-700: #092CAA;
--cobalt-800: #061F79;
--cobalt-900: #04144E;
--cobalt-950: #030C30;
}