Cobalt
#0B69A8
BlueColor Codes
All color formats for development
HEX
#0B69A8RGB
rgb(11, 105, 168)HSL
hsl(204, 88%, 35%)OKLCH
oklch(0.505 0.127 246.3)CMYK
cmyk(93%, 38%, 0%, 34%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0A5E97
2#095486
3#074975
4#063F65
5#053454
6#042A43
7#031F32
8#021522
9#010A11
Tints
Lighter variations
1#0D7CC7
2#0F90E6
3#259FF1
4#44ADF3
5#63BBF5
6#82C8F7
7#A2D6F9
8#C1E4FB
9#E0F1FD
Tones
Muted variations
1#1367A0
2#1A6698
3#226490
4#2A6388
5#326181
6#3A6079
7#425E71
8#4A5C69
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 | C1E4 #C1E4FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 91CF #91CFF8 | BordersInactive statesPlaceholder text |
| 400 | 57B5 #57B5F4 | Disabled statesSecondary iconsMuted text |
| 500 | 27A0 #27A0F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0D84 #0D84D3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0B69 #0B69A8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 084B #084B78 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0530 #05304D | 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: #C1E4FB;
--cobalt-300: #91CFF8;
--cobalt-400: #57B5F4;
--cobalt-500: #27A0F1;
--cobalt-600: #0D84D3;
--cobalt-700: #0B69A8;
--cobalt-800: #084B78;
--cobalt-900: #05304D;
--cobalt-950: #031E30;
}