Sky Blue
#A7BBE2
BlueColor Codes
All color formats for development
HEX
#A7BBE2RGB
rgb(167, 187, 226)HSL
hsl(220, 50%, 77%)OKLCH
oklch(0.79 0.06 263.7)CMYK
cmyk(26%, 17%, 0%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8AA4D8
2#6C8DCE
3#4F76C4
4#3B62B1
5#315293
6#274176
7#1D3158
8#14213B
9#0A101D
Tints
Lighter variations
1#B0C1E5
2#B9C8E8
3#C1CFEA
4#CAD6ED
5#D3DDF0
6#DCE4F3
7#E5EAF6
8#EDF1F9
9#F6F8FC
Tones
Muted variations
1#AABCDF
2#ADBDDC
3#B0BED9
4#B3BED6
5#B6BFD3
6#B9C0D0
7#BCC1CD
8#BEC2CA
9#C1C3C7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F6 #F4F6FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4EA #E4EAF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDD8 #CDD8EE | Secondary backgroundsInput backgroundsDividers |
| 300 | A7BB #A7BBE2 | BordersInactive statesPlaceholder text |
| 400 | 7997 #7997D2 | Disabled statesSecondary iconsMuted text |
| 500 | 5379 #5379C6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 385E #385EA8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2D4A #2D4A86 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2035 #203560 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1422 #14223D | Primary textHigh emphasis contentDark headings |
| 950 | 0D15 #0D1526 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F4F6FB;
--sky-blue-100: #E4EAF6;
--sky-blue-200: #CDD8EE;
--sky-blue-300: #A7BBE2;
--sky-blue-400: #7997D2;
--sky-blue-500: #5379C6;
--sky-blue-600: #385EA8;
--sky-blue-700: #2D4A86;
--sky-blue-800: #203560;
--sky-blue-900: #14223D;
--sky-blue-950: #0D1526;
}