Sky Blue
#7BA7D1
BlueColor Codes
All color formats for development
HEX
#7BA7D1RGB
rgb(123, 167, 209)HSL
hsl(209, 48%, 65%)OKLCH
oklch(0.712 0.078 247.8)CMYK
cmyk(41%, 20%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6297C8
2#4A87BF
3#3C76AC
4#346593
5#2B547B
6#224362
7#1A334A
8#112231
9#091119
Tints
Lighter variations
1#88B0D5
2#95B9DA
3#A3C2DF
4#B0CAE3
5#BDD3E8
6#CADCEC
7#D7E5F1
8#E5EDF6
9#F2F6FA
Tones
Muted variations
1#7FA7CC
2#83A7C8
3#88A7C4
4#8CA7BF
5#90A6BB
6#95A6B7
7#99A6B3
8#9DA6AE
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 | CEDE #CEDEEE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8C5 #A8C5E1 | BordersInactive statesPlaceholder text |
| 400 | 7BA7 #7BA7D1 | Disabled statesSecondary iconsMuted text |
| 500 | 558E #558EC3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3A72 #3A72A6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E5B #2E5B84 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2141 #21415E | Text on light backgroundsHeadingsStrong borders |
| 900 | 1529 #15293C | 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: #F4F7FB;
--sky-blue-100: #E5EDF6;
--sky-blue-200: #CEDEEE;
--sky-blue-300: #A8C5E1;
--sky-blue-400: #7BA7D1;
--sky-blue-500: #558EC3;
--sky-blue-600: #3A72A6;
--sky-blue-700: #2E5B84;
--sky-blue-800: #21415E;
--sky-blue-900: #15293C;
--sky-blue-950: #0D1A26;
}