Cobalt
#263ABA
BlueColor Codes
All color formats for development
HEX
#263ABARGB
rgb(38, 58, 186)HSL
hsl(232, 66%, 44%)OKLCH
oklch(0.428 0.2 268.6)CMYK
cmyk(80%, 69%, 0%, 27%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2234A8
2#1F2E95
3#1B2982
4#172370
5#131D5D
6#0F174B
7#0B1138
8#080C25
9#040613
Tints
Lighter variations
1#2B41D2
2#4155D8
3#596BDD
4#7180E2
5#8895E7
6#A0AAEC
7#B8BFF0
8#D0D5F5
9#E7EAFA
Tones
Muted variations
1#2E3FB3
2#3545AB
3#3C4AA4
4#44509D
5#4B5595
6#535A8E
7#5A6086
8#61657F
9#696B78
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F4 #F2F4FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1E5 #E1E5F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8CE #C8CEF4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EA8 #9EA8EB | BordersInactive statesPlaceholder text |
| 400 | 6B7B #6B7BE1 | Disabled statesSecondary iconsMuted text |
| 500 | 4155 #4155D8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 263A #263ABA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1E2E #1E2E94 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1621 #16216A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E15 #0E1544 | Primary textHigh emphasis contentDark headings |
| 950 | 090D #090D2A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F2F4FC;
--cobalt-100: #E1E5F9;
--cobalt-200: #C8CEF4;
--cobalt-300: #9EA8EB;
--cobalt-400: #6B7BE1;
--cobalt-500: #4155D8;
--cobalt-600: #263ABA;
--cobalt-700: #1E2E94;
--cobalt-800: #16216A;
--cobalt-900: #0E1544;
--cobalt-950: #090D2A;
}