Sky Blue
#7B9FD1
BlueColor Codes
All color formats for development
HEX
#7B9FD1RGB
rgb(123, 159, 209)HSL
hsl(215, 48%, 65%)OKLCH
oklch(0.695 0.084 256.7)CMYK
cmyk(41%, 24%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#628DC8
2#4A7BBF
3#3C6BAC
4#345B93
5#2B4C7B
6#223D62
7#1A2E4A
8#111E31
9#090F19
Tints
Lighter variations
1#88A8D5
2#95B2DA
3#A3BCDF
4#B0C5E3
5#BDCFE8
6#CAD8EC
7#D7E2F1
8#E5ECF6
9#F2F5FA
Tones
Muted variations
1#7F9FCC
2#83A0C8
3#88A1C4
4#8CA1BF
5#90A2BB
6#95A3B7
7#99A4B3
8#9DA4AE
9#A1A5AA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F7 #F4F7FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5EC #E5ECF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CEDB #CEDBEE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8C0 #A8C0E1 | BordersInactive statesPlaceholder text |
| 400 | 7B9F #7B9FD1 | Disabled statesSecondary iconsMuted text |
| 500 | 5583 #5583C3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3A67 #3A67A6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E52 #2E5284 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 213B #213B5E | Text on light backgroundsHeadingsStrong borders |
| 900 | 1526 #15263C | 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: #F4F7FB;
--sky-blue-100: #E5ECF6;
--sky-blue-200: #CEDBEE;
--sky-blue-300: #A8C0E1;
--sky-blue-400: #7B9FD1;
--sky-blue-500: #5583C3;
--sky-blue-600: #3A67A6;
--sky-blue-700: #2E5284;
--sky-blue-800: #213B5E;
--sky-blue-900: #15263C;
--sky-blue-950: #0D1726;
}