Cobalt
#235CBE
BlueColor Codes
All color formats for development
HEX
#235CBERGB
rgb(35, 92, 190)HSL
hsl(218, 69%, 44%)OKLCH
oklch(0.496 0.165 260.5)CMYK
cmyk(82%, 52%, 0%, 25%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1F52AB
2#1C4998
3#184085
4#153772
5#112E5F
6#0E254C
7#0A1B39
8#071226
9#030913
Tints
Lighter variations
1#2767D6
2#3E78DC
3#5689E0
4#6E9AE4
5#86AAE9
6#9EBBED
7#B7CCF2
8#CFDDF6
9#E7EEFB
Tones
Muted variations
1#2B5EB6
2#3260AE
3#3A62A6
4#42649F
5#496697
6#51688F
7#596A87
8#616C80
9#686E78
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F6 #F2F6FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1EA #E1EAF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7D8 #C7D8F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CBA #9CBAED | BordersInactive statesPlaceholder text |
| 400 | 6895 #6895E3 | Disabled statesSecondary iconsMuted text |
| 500 | 3D77 #3D77DB | Primary brand colorCTAsActive elementsLinks |
| 600 | 235C #235CBE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C49 #1C4997 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1434 #14346C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D21 #0D2145 | Primary textHigh emphasis contentDark headings |
| 950 | 0815 #08152B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F2F6FD;
--cobalt-100: #E1EAF9;
--cobalt-200: #C7D8F5;
--cobalt-300: #9CBAED;
--cobalt-400: #6895E3;
--cobalt-500: #3D77DB;
--cobalt-600: #235CBE;
--cobalt-700: #1C4997;
--cobalt-800: #14346C;
--cobalt-900: #0D2145;
--cobalt-950: #08152B;
}