Sky Blue
#7B9DD1
BlueColor Codes
All color formats for development
HEX
#7B9DD1RGB
rgb(123, 157, 209)HSL
hsl(216, 48%, 65%)OKLCH
oklch(0.691 0.086 258.7)CMYK
cmyk(41%, 25%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#628BC8
2#4A79BF
3#3C69AC
4#345A93
5#2B4B7B
6#223C62
7#1A2D4A
8#111E31
9#090F19
Tints
Lighter variations
1#88A7D5
2#95B1DA
3#A3BBDF
4#B0C4E3
5#BDCEE8
6#CAD8EC
7#D7E2F1
8#E5EBF6
9#F2F5FA
Tones
Muted variations
1#7F9ECC
2#839FC8
3#88A0C4
4#8CA1BF
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 | F4F7 #F4F7FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5EB #E5EBF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CEDB #CEDBEE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8BF #A8BFE1 | BordersInactive statesPlaceholder text |
| 400 | 7B9D #7B9DD1 | Disabled statesSecondary iconsMuted text |
| 500 | 5581 #5581C3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3A65 #3A65A6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E51 #2E5184 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 213A #213A5E | Text on light backgroundsHeadingsStrong borders |
| 900 | 1525 #15253C | 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: #E5EBF6;
--sky-blue-200: #CEDBEE;
--sky-blue-300: #A8BFE1;
--sky-blue-400: #7B9DD1;
--sky-blue-500: #5581C3;
--sky-blue-600: #3A65A6;
--sky-blue-700: #2E5184;
--sky-blue-800: #213A5E;
--sky-blue-900: #15253C;
--sky-blue-950: #0D1726;
}