Cobalt
#0A69A9
BlueColor Codes
All color formats for development
HEX
#0A69A9RGB
rgb(10, 105, 169)HSL
hsl(204, 89%, 35%)OKLCH
oklch(0.506 0.128 246.6)CMYK
cmyk(94%, 38%, 0%, 34%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#095F98
2#085487
3#074A76
4#063F65
5#053554
6#042A43
7#032033
8#021522
9#010B11
Tints
Lighter variations
1#0C7DC8
2#0D90E7
3#24A0F2
4#43ADF4
5#62BBF6
6#82C9F8
7#A1D6FA
8#C0E4FB
9#E0F1FD
Tones
Muted variations
1#1268A1
2#1A6699
3#226491
4#2A6389
5#326181
6#396079
7#415E71
8#495C69
9#515B61
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F9 #F1F9FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDF0 #DDF0FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0E4 #C0E4FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 90CF #90CFF9 | BordersInactive statesPlaceholder text |
| 400 | 56B6 #56B6F5 | Disabled statesSecondary iconsMuted text |
| 500 | 26A1 #26A1F2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0C84 #0C84D4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0A69 #0A69A9 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 074B #074B78 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0430 #04304D | Primary textHigh emphasis contentDark headings |
| 950 | 031E #031E30 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F1F9FE;
--cobalt-100: #DDF0FD;
--cobalt-200: #C0E4FB;
--cobalt-300: #90CFF9;
--cobalt-400: #56B6F5;
--cobalt-500: #26A1F2;
--cobalt-600: #0C84D4;
--cobalt-700: #0A69A9;
--cobalt-800: #074B78;
--cobalt-900: #04304D;
--cobalt-950: #031E30;
}