Sky Blue
#88A4C3
BlueColor Codes
All color formats for development
HEX
#88A4C3RGB
rgb(136, 164, 195)HSL
hsl(212, 33%, 65%)OKLCH
oklch(0.708 0.055 251.2)CMYK
cmyk(30%, 16%, 0%, 24%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7293B8
2#5C82AD
3#4E719A
4#436184
5#38516E
6#2C4158
7#213142
8#16202C
9#0B1016
Tints
Lighter variations
1#94ADC9
2#A0B6CF
3#ACBFD5
4#B8C8DB
5#C4D1E1
6#D0DBE7
7#DBE4ED
8#E7EDF3
9#F3F6F9
Tones
Muted variations
1#8BA4C0
2#8EA4BD
3#91A4BA
4#94A5B7
5#97A5B4
6#9AA5B2
7#9DA5AF
8#A0A5AC
9#A3A6A9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F7 #F5F7FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7ED #E7EDF3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D3DD #D3DDE9 | Secondary backgroundsInput backgroundsDividers |
| 300 | B1C3 #B1C3D8 | BordersInactive statesPlaceholder text |
| 400 | 88A4 #88A4C3 | Disabled statesSecondary iconsMuted text |
| 500 | 668A #668AB2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4B6E #4B6E95 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3C57 #3C5777 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2B3E #2B3E55 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1B28 #1B2836 | Primary textHigh emphasis contentDark headings |
| 950 | 1119 #111922 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F5F7FA;
--sky-blue-100: #E7EDF3;
--sky-blue-200: #D3DDE9;
--sky-blue-300: #B1C3D8;
--sky-blue-400: #88A4C3;
--sky-blue-500: #668AB2;
--sky-blue-600: #4B6E95;
--sky-blue-700: #3C5777;
--sky-blue-800: #2B3E55;
--sky-blue-900: #1B2836;
--sky-blue-950: #111922;
}