Sky Blue
#7B9AD1
BlueColor Codes
All color formats for development
HEX
#7B9AD1RGB
rgb(123, 154, 209)HSL
hsl(218, 48%, 65%)OKLCH
oklch(0.684 0.089 261.6)CMYK
cmyk(41%, 26%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6288C8
2#4A75BF
3#3C65AC
4#345793
5#2B487B
6#223A62
7#1A2B4A
8#111D31
9#090E19
Tints
Lighter variations
1#88A4D5
2#95AEDA
3#A3B9DF
4#B0C3E3
5#BDCDE8
6#CAD7EC
7#D7E1F1
8#E5EBF6
9#F2F5FA
Tones
Muted variations
1#7F9BCC
2#839DC8
3#889EC4
4#8C9FBF
5#90A0BB
6#95A1B7
7#99A2B3
8#9DA3AE
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 | A8BD #A8BDE1 | BordersInactive statesPlaceholder text |
| 400 | 7B9A #7B9AD1 | Disabled statesSecondary iconsMuted text |
| 500 | 557E #557EC3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3A62 #3A62A6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E4E #2E4E84 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2138 #21385E | Text on light backgroundsHeadingsStrong borders |
| 900 | 1524 #15243C | Primary textHigh emphasis contentDark headings |
| 950 | 0D16 #0D1626 | 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: #A8BDE1;
--sky-blue-400: #7B9AD1;
--sky-blue-500: #557EC3;
--sky-blue-600: #3A62A6;
--sky-blue-700: #2E4E84;
--sky-blue-800: #21385E;
--sky-blue-900: #15243C;
--sky-blue-950: #0D1626;
}