Sky Blue
#88AAC3
BlueColor Codes
All color formats for development
HEX
#88AAC3RGB
rgb(136, 170, 195)HSL
hsl(205, 33%, 65%)OKLCH
oklch(0.721 0.052 240.3)CMYK
cmyk(30%, 13%, 0%, 24%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#729BB8
2#5C8BAD
3#4E7A9A
4#436984
5#38576E
6#2C4658
7#213442
8#16232C
9#0B1116
Tints
Lighter variations
1#94B3C9
2#A0BCCF
3#ACC4D5
4#B8CCDB
5#C4D5E1
6#D0DDE7
7#DBE6ED
8#E7EEF3
9#F3F7F9
Tones
Muted variations
1#8BAAC0
2#8EAABD
3#91A9BA
4#94A9B7
5#97A8B4
6#9AA8B2
7#9DA7AF
8#A0A7AC
9#A3A6A9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F8 #F5F8FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7EE #E7EEF3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D3E0 #D3E0E9 | Secondary backgroundsInput backgroundsDividers |
| 300 | B1C8 #B1C8D8 | BordersInactive statesPlaceholder text |
| 400 | 88AB #88ABC3 | Disabled statesSecondary iconsMuted text |
| 500 | 6693 #6693B2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4B76 #4B7695 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3C5E #3C5E77 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2B43 #2B4355 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1B2B #1B2B36 | Primary textHigh emphasis contentDark headings |
| 950 | 111B #111B22 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F5F8FA;
--sky-blue-100: #E7EEF3;
--sky-blue-200: #D3E0E9;
--sky-blue-300: #B1C8D8;
--sky-blue-400: #88ABC3;
--sky-blue-500: #6693B2;
--sky-blue-600: #4B7695;
--sky-blue-700: #3C5E77;
--sky-blue-800: #2B4355;
--sky-blue-900: #1B2B36;
--sky-blue-950: #111B22;
}