Sky Blue
#7B96D1
BlueColor Codes
All color formats for development
HEX
#7B96D1RGB
rgb(123, 150, 209)HSL
hsl(221, 48%, 65%)OKLCH
oklch(0.676 0.093 265.1)CMYK
cmyk(41%, 28%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6283C8
2#4A6FBF
3#3C60AC
4#345293
5#2B447B
6#223762
7#1A294A
8#111B31
9#090E19
Tints
Lighter variations
1#88A1D5
2#95ABDA
3#A3B6DF
4#B0C0E3
5#BDCBE8
6#CAD5EC
7#D7E0F1
8#E5EAF6
9#F2F5FA
Tones
Muted variations
1#7F98CC
2#8399C8
3#889BC4
4#8C9CBF
5#909EBB
6#959FB7
7#99A1B3
8#9DA3AE
9#A1A4AA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F6 #F4F6FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5EA #E5EAF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CED8 #CED8EE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8BA #A8BAE1 | BordersInactive statesPlaceholder text |
| 400 | 7B96 #7B96D1 | Disabled statesSecondary iconsMuted text |
| 500 | 5578 #5578C3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3A5C #3A5CA6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E4A #2E4A84 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2135 #21355E | Text on light backgroundsHeadingsStrong borders |
| 900 | 1522 #15223C | Primary textHigh emphasis contentDark headings |
| 950 | 0D15 #0D1526 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F4F6FB;
--sky-blue-100: #E5EAF6;
--sky-blue-200: #CED8EE;
--sky-blue-300: #A8BAE1;
--sky-blue-400: #7B96D1;
--sky-blue-500: #5578C3;
--sky-blue-600: #3A5CA6;
--sky-blue-700: #2E4A84;
--sky-blue-800: #21355E;
--sky-blue-900: #15223C;
--sky-blue-950: #0D1526;
}