Sky Blue
#7BA4D1
BlueColor Codes
All color formats for development
HEX
#7BA4D1RGB
rgb(123, 164, 209)HSL
hsl(211, 48%, 65%)OKLCH
oklch(0.706 0.08 251.3)CMYK
cmyk(41%, 22%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6293C8
2#4A83BF
3#3C72AC
4#346293
5#2B527B
6#224162
7#1A314A
8#112131
9#091019
Tints
Lighter variations
1#88ADD5
2#95B6DA
3#A3C0DF
4#B0C9E3
5#BDD2E8
6#CADBEC
7#D7E4F1
8#E5EDF6
9#F2F6FA
Tones
Muted variations
1#7FA4CC
2#83A5C8
3#88A5C4
4#8CA5BF
5#90A5BB
6#95A5B7
7#99A5B3
8#9DA5AE
9#A1A6AA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F7 #F4F7FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5ED #E5EDF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CEDD #CEDDEE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8C3 #A8C3E1 | BordersInactive statesPlaceholder text |
| 400 | 7BA4 #7BA4D1 | Disabled statesSecondary iconsMuted text |
| 500 | 558A #558AC3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3A6E #3A6EA6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E58 #2E5884 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 213F #213F5E | Text on light backgroundsHeadingsStrong borders |
| 900 | 1528 #15283C | Primary textHigh emphasis contentDark headings |
| 950 | 0D19 #0D1926 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F4F7FB;
--sky-blue-100: #E5EDF6;
--sky-blue-200: #CEDDEE;
--sky-blue-300: #A8C3E1;
--sky-blue-400: #7BA4D1;
--sky-blue-500: #558AC3;
--sky-blue-600: #3A6EA6;
--sky-blue-700: #2E5884;
--sky-blue-800: #213F5E;
--sky-blue-900: #15283C;
--sky-blue-950: #0D1926;
}