Cobalt
#235EBE
BlueColor Codes
All color formats for development
HEX
#235EBERGB
rgb(35, 94, 190)HSL
hsl(217, 69%, 44%)OKLCH
oklch(0.5 0.163 259.9)CMYK
cmyk(82%, 51%, 0%, 25%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1F55AB
2#1C4B98
3#184285
4#153872
5#112F5F
6#0E264C
7#0A1C39
8#071326
9#030913
Tints
Lighter variations
1#276AD6
2#3E7ADC
3#568BE0
4#6E9CE4
5#86ACE9
6#9EBDED
7#B7CDF2
8#CFDEF6
9#E7EEFB
Tones
Muted variations
1#2B60B6
2#3262AE
3#3A64A6
4#42659F
5#496797
6#51698F
7#596B87
8#616D80
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 | C7D9 #C7D9F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CBB #9CBBED | BordersInactive statesPlaceholder text |
| 400 | 6897 #6897E3 | Disabled statesSecondary iconsMuted text |
| 500 | 3D7A #3D7ADB | Primary brand colorCTAsActive elementsLinks |
| 600 | 235E #235EBE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C4B #1C4B97 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1435 #14356C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D22 #0D2245 | 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: #C7D9F5;
--cobalt-300: #9CBBED;
--cobalt-400: #6897E3;
--cobalt-500: #3D7ADB;
--cobalt-600: #235EBE;
--cobalt-700: #1C4B97;
--cobalt-800: #14356C;
--cobalt-900: #0D2245;
--cobalt-950: #08152B;
}