Sky Blue
#7B9CD1
BlueColor Codes
All color formats for development
HEX
#7B9CD1RGB
rgb(123, 156, 209)HSL
hsl(217, 48%, 65%)OKLCH
oklch(0.689 0.087 259.7)CMYK
cmyk(41%, 25%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6289C8
2#4A77BF
3#3C67AC
4#345893
5#2B4A7B
6#223B62
7#1A2C4A
8#111D31
9#090F19
Tints
Lighter variations
1#88A6D5
2#95B0DA
3#A3BADF
4#B0C3E3
5#BDCDE8
6#CAD7EC
7#D7E1F1
8#E5EBF6
9#F2F5FA
Tones
Muted variations
1#7F9DCC
2#839EC8
3#889FC4
4#8CA0BF
5#90A1BB
6#95A2B7
7#99A3B3
8#9DA4AE
9#A1A5AA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F6 #F4F6FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5EB #E5EBF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CEDA #CEDAEE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8BE #A8BEE1 | BordersInactive statesPlaceholder text |
| 400 | 7B9C #7B9CD1 | Disabled statesSecondary iconsMuted text |
| 500 | 557F #557FC3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3A64 #3A64A6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E4F #2E4F84 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2139 #21395E | Text on light backgroundsHeadingsStrong borders |
| 900 | 1524 #15243C | Primary textHigh emphasis contentDark headings |
| 950 | 0D17 #0D1726 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F4F6FB;
--sky-blue-100: #E5EBF6;
--sky-blue-200: #CEDAEE;
--sky-blue-300: #A8BEE1;
--sky-blue-400: #7B9CD1;
--sky-blue-500: #557FC3;
--sky-blue-600: #3A64A6;
--sky-blue-700: #2E4F84;
--sky-blue-800: #21395E;
--sky-blue-900: #15243C;
--sky-blue-950: #0D1726;
}