Sky Blue
#7BA9D1
BlueColor Codes
All color formats for development
HEX
#7BA9D1RGB
rgb(123, 169, 209)HSL
hsl(208, 48%, 65%)OKLCH
oklch(0.717 0.077 245.4)CMYK
cmyk(41%, 19%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6299C8
2#4A89BF
3#3C78AC
4#346793
5#2B567B
6#224462
7#1A334A
8#112231
9#091119
Tints
Lighter variations
1#88B1D5
2#95BADA
3#A3C3DF
4#B0CBE3
5#BDD4E8
6#CADCEC
7#D7E5F1
8#E5EEF6
9#F2F6FA
Tones
Muted variations
1#7FA8CC
2#83A8C8
3#88A8C4
4#8CA7BF
5#90A7BB
6#95A7B7
7#99A7B3
8#9DA6AE
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 | A8C6 #A8C6E1 | BordersInactive statesPlaceholder text |
| 400 | 7BA9 #7BA9D1 | Disabled statesSecondary iconsMuted text |
| 500 | 5590 #5590C3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3A74 #3A74A6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E5C #2E5C84 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2142 #21425E | Text on light backgroundsHeadingsStrong borders |
| 900 | 152A #152A3C | Primary textHigh emphasis contentDark headings |
| 950 | 0D1A #0D1A26 | 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: #A8C6E1;
--sky-blue-400: #7BA9D1;
--sky-blue-500: #5590C3;
--sky-blue-600: #3A74A6;
--sky-blue-700: #2E5C84;
--sky-blue-800: #21425E;
--sky-blue-900: #152A3C;
--sky-blue-950: #0D1A26;
}