Sky Blue
#7BABD1
BlueColor Codes
All color formats for development
HEX
#7BABD1RGB
rgb(123, 171, 209)HSL
hsl(207, 48%, 65%)OKLCH
oklch(0.721 0.076 242.9)CMYK
cmyk(41%, 18%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#629AC8
2#4A8ABF
3#3C7AAC
4#346893
5#2B577B
6#224562
7#1A344A
8#112331
9#091119
Tints
Lighter variations
1#88B3D5
2#95BBDA
3#A3C4DF
4#B0CCE3
5#BDD5E8
6#CADDEC
7#D7E6F1
8#E5EEF6
9#F2F7FA
Tones
Muted variations
1#7FAACC
2#83A9C8
3#88A9C4
4#8CA8BF
5#90A8BB
6#95A7B7
7#99A7B3
8#9DA7AE
9#A1A6AA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F8 #F4F8FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5EE #E5EEF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CEDF #CEDFEE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8C7 #A8C7E1 | BordersInactive statesPlaceholder text |
| 400 | 7BAA #7BAAD1 | Disabled statesSecondary iconsMuted text |
| 500 | 5592 #5592C3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3A76 #3A76A6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E5E #2E5E84 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2143 #21435E | Text on light backgroundsHeadingsStrong borders |
| 900 | 152B #152B3C | Primary textHigh emphasis contentDark headings |
| 950 | 0D1B #0D1B26 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F4F8FB;
--sky-blue-100: #E5EEF6;
--sky-blue-200: #CEDFEE;
--sky-blue-300: #A8C7E1;
--sky-blue-400: #7BAAD1;
--sky-blue-500: #5592C3;
--sky-blue-600: #3A76A6;
--sky-blue-700: #2E5E84;
--sky-blue-800: #21435E;
--sky-blue-900: #152B3C;
--sky-blue-950: #0D1B26;
}