Cobalt
#2653BA
BlueColor Codes
All color formats for development
HEX
#2653BARGB
rgb(38, 83, 186)HSL
hsl(222, 66%, 44%)OKLCH
oklch(0.474 0.17 263.5)CMYK
cmyk(80%, 55%, 0%, 27%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#224AA8
2#1F4295
3#1B3A82
4#173270
5#13295D
6#0F214B
7#0B1938
8#081125
9#040813
Tints
Lighter variations
1#2B5DD2
2#416FD8
3#5981DD
4#7193E2
5#88A5E7
6#A0B7EC
7#B8C9F0
8#D0DBF5
9#E7EDFA
Tones
Muted variations
1#2E56B3
2#3559AB
3#3C5BA4
4#445E9D
5#4B6195
6#53648E
7#5A6786
8#616A7F
9#696D78
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F5 #F2F5FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1E8 #E1E8F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8D5 #C8D5F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EB5 #9EB5EB | BordersInactive statesPlaceholder text |
| 400 | 6B8E #6B8EE1 | Disabled statesSecondary iconsMuted text |
| 500 | 416E #416ED8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2653 #2653BA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1E42 #1E4294 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 162F #162F6A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E1E #0E1E44 | Primary textHigh emphasis contentDark headings |
| 950 | 0913 #09132A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F2F5FC;
--cobalt-100: #E1E8F9;
--cobalt-200: #C8D5F4;
--cobalt-300: #9EB5EB;
--cobalt-400: #6B8EE1;
--cobalt-500: #416ED8;
--cobalt-600: #2653BA;
--cobalt-700: #1E4294;
--cobalt-800: #162F6A;
--cobalt-900: #0E1E44;
--cobalt-950: #09132A;
}