Sky Blue
#88AEC3
BlueColor Codes
All color formats for development
HEX
#88AEC3RGB
rgb(136, 174, 195)HSL
hsl(201, 33%, 65%)OKLCH
oklch(0.73 0.051 232.5)CMYK
cmyk(30%, 11%, 0%, 24%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#72A0B8
2#5C91AD
3#4E809A
4#436D84
5#385B6E
6#2C4958
7#213742
8#16242C
9#0B1216
Tints
Lighter variations
1#94B7C9
2#A0BFCF
3#ACC7D5
4#B8CFDB
5#C4D7E1
6#D0DFE7
7#DBE7ED
8#E7EFF3
9#F3F7F9
Tones
Muted variations
1#8BAEC0
2#8EADBD
3#91ACBA
4#94ABB7
5#97AAB4
6#9AA9B2
7#9DA8AF
8#A0A8AC
9#A3A7A9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F8 #F5F8FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7EF #E7EFF3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D3E1 #D3E1E9 | Secondary backgroundsInput backgroundsDividers |
| 300 | B1CA #B1CAD8 | BordersInactive statesPlaceholder text |
| 400 | 88AF #88AFC3 | Disabled statesSecondary iconsMuted text |
| 500 | 6698 #6698B2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4B7B #4B7B95 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3C62 #3C6277 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2B46 #2B4655 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1B2D #1B2D36 | Primary textHigh emphasis contentDark headings |
| 950 | 111C #111C22 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F5F8FA;
--sky-blue-100: #E7EFF3;
--sky-blue-200: #D3E1E9;
--sky-blue-300: #B1CAD8;
--sky-blue-400: #88AFC3;
--sky-blue-500: #6698B2;
--sky-blue-600: #4B7B95;
--sky-blue-700: #3C6277;
--sky-blue-800: #2B4655;
--sky-blue-900: #1B2D36;
--sky-blue-950: #111C22;
}