Cobalt
#0A36D6
BlueColor Codes
All color formats for development
HEX
#0A36D6RGB
rgb(10, 54, 214)HSL
hsl(227, 91%, 44%)OKLCH
oklch(0.443 0.243 264.5)CMYK
cmyk(95%, 75%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0931C1
2#082BAB
3#072696
4#062181
5#051B6B
6#041656
7#031040
8#020B2B
9#010515
Tints
Lighter variations
1#0B3DF2
2#2552F5
3#4067F6
4#5B7DF7
5#7793F9
6#92A8FA
7#ADBEFB
8#C8D4FC
9#E4E9FE
Tones
Muted variations
1#143CCC
2#1F42C2
3#2948B8
4#334DAD
5#3D53A3
6#475999
7#525F8F
8#5C6585
9#666A7A
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 | 8FA6 #8FA6FA | BordersInactive statesPlaceholder text |
| 400 | 5578 #5578F7 | Disabled statesSecondary iconsMuted text |
| 500 | 2451 #2451F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0A36 #0A36D6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 082B #082BAA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 061F #061F7A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0414 #04144E | Primary textHigh emphasis contentDark headings |
| 950 | 020C #020C31 | 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: #8FA6FA;
--cobalt-400: #5578F7;
--cobalt-500: #2451F5;
--cobalt-600: #0A36D6;
--cobalt-700: #082BAA;
--cobalt-800: #061F7A;
--cobalt-900: #04144E;
--cobalt-950: #020C31;
}