Cobalt
#0A2CD6
BlueColor Codes
All color formats for development
HEX
#0A2CD6RGB
rgb(10, 44, 214)HSL
hsl(230, 91%, 44%)OKLCH
oklch(0.43 0.252 264.9)CMYK
cmyk(95%, 79%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0928C1
2#0823AB
3#071F96
4#061A81
5#05166B
6#041256
7#030D40
8#02092B
9#010415
Tints
Lighter variations
1#0B32F2
2#2547F5
3#405EF6
4#5B75F7
5#778CF9
6#92A3FA
7#ADBAFB
8#C8D1FC
9#E4E8FE
Tones
Muted variations
1#1433CC
2#1F3AC2
3#2941B8
4#3347AD
5#3D4EA3
6#475599
7#525C8F
8#5C6385
9#66697A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F3 #F0F3FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE2 #DDE2FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0CA #C0CAFC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8FA1 #8FA1FA | BordersInactive statesPlaceholder text |
| 400 | 5570 #5570F7 | Disabled statesSecondary iconsMuted text |
| 500 | 2447 #2447F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0A2C #0A2CD6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0823 #0823AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0619 #06197A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0410 #04104E | Primary textHigh emphasis contentDark headings |
| 950 | 020A #020A31 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F0F3FE;
--cobalt-100: #DDE2FD;
--cobalt-200: #C0CAFC;
--cobalt-300: #8FA1FA;
--cobalt-400: #5570F7;
--cobalt-500: #2447F5;
--cobalt-600: #0A2CD6;
--cobalt-700: #0823AA;
--cobalt-800: #06197A;
--cobalt-900: #04104E;
--cobalt-950: #020A31;
}