Cobalt
#265ABA
BlueColor Codes
All color formats for development
HEX
#265ABARGB
rgb(38, 90, 186)HSL
hsl(219, 66%, 44%)OKLCH
oklch(0.489 0.162 261.3)CMYK
cmyk(80%, 52%, 0%, 27%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2251A8
2#1F4895
3#1B3F82
4#173670
5#132D5D
6#0F244B
7#0B1B38
8#081225
9#040913
Tints
Lighter variations
1#2B65D2
2#4176D8
3#5987DD
4#7198E2
5#88A9E7
6#A0BBEC
7#B8CCF0
8#D0DDF5
9#E7EEFA
Tones
Muted variations
1#2E5CB3
2#355EAB
3#3C61A4
4#44639D
5#4B6595
6#53678E
7#5A6A86
8#616C7F
9#696E78
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F6 #F2F6FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1EA #E1EAF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8D7 #C8D7F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EB9 #9EB9EB | BordersInactive statesPlaceholder text |
| 400 | 6B94 #6B94E1 | Disabled statesSecondary iconsMuted text |
| 500 | 4176 #4176D8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 265A #265ABA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1E48 #1E4894 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1633 #16336A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E21 #0E2144 | Primary textHigh emphasis contentDark headings |
| 950 | 0914 #09142A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F2F6FC;
--cobalt-100: #E1EAF9;
--cobalt-200: #C8D7F4;
--cobalt-300: #9EB9EB;
--cobalt-400: #6B94E1;
--cobalt-500: #4176D8;
--cobalt-600: #265ABA;
--cobalt-700: #1E4894;
--cobalt-800: #16336A;
--cobalt-900: #0E2144;
--cobalt-950: #09142A;
}