Cobalt
#0A5CD6
BlueColor Codes
All color formats for development
HEX
#0A5CD6RGB
rgb(10, 92, 214)HSL
hsl(216, 91%, 44%)OKLCH
oklch(0.51 0.201 260.1)CMYK
cmyk(95%, 57%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0953C1
2#0849AB
3#074096
4#063781
5#052E6B
6#042556
7#031C40
8#02122B
9#010915
Tints
Lighter variations
1#0B67F2
2#2578F5
3#4089F6
4#5B9AF7
5#77ABF9
6#92BBFA
7#ADCCFB
8#C8DDFC
9#E4EEFE
Tones
Muted variations
1#145ECC
2#1F60C2
3#2962B8
4#3364AD
5#3D66A3
6#476899
7#526A8F
8#5C6C85
9#666E7A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F6 #F0F6FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDEA #DDEAFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0D8 #C0D8FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8FBA #8FBAFA | BordersInactive statesPlaceholder text |
| 400 | 5596 #5596F7 | Disabled statesSecondary iconsMuted text |
| 500 | 2477 #2477F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0A5C #0A5CD6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0849 #0849AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0634 #06347A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0421 #04214E | Primary textHigh emphasis contentDark headings |
| 950 | 0215 #021531 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F0F6FE;
--cobalt-100: #DDEAFD;
--cobalt-200: #C0D8FC;
--cobalt-300: #8FBAFA;
--cobalt-400: #5596F7;
--cobalt-500: #2477F5;
--cobalt-600: #0A5CD6;
--cobalt-700: #0849AA;
--cobalt-800: #06347A;
--cobalt-900: #04214E;
--cobalt-950: #021531;
}