Sky Blue
#88BEC3
CyanColor Codes
All color formats for development
HEX
#88BEC3RGB
rgb(136, 190, 195)HSL
hsl(185, 33%, 65%)OKLCH
oklch(0.766 0.057 203.3)CMYK
cmyk(30%, 3%, 0%, 24%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#72B2B8
2#5CA6AD
3#4E949A
4#437F84
5#386A6E
6#2C5558
7#213F42
8#162A2C
9#0B1516
Tints
Lighter variations
1#94C5C9
2#A0CBCF
3#ACD2D5
4#B8D8DB
5#C4DFE1
6#D0E5E7
7#DBECED
8#E7F2F3
9#F3F9F9
Tones
Muted variations
1#8BBCC0
2#8EB9BD
3#91B7BA
4#94B4B7
5#97B2B4
6#9AB0B2
7#9DADAF
8#A0ABAC
9#A3A8A9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F9 #F5F9FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7F2 #E7F2F3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D3E7 #D3E7E9 | Secondary backgroundsInput backgroundsDividers |
| 300 | B1D4 #B1D4D8 | BordersInactive statesPlaceholder text |
| 400 | 88BE #88BEC3 | Disabled statesSecondary iconsMuted text |
| 500 | 66AC #66ACB2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4B8F #4B8F95 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3C72 #3C7277 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2B51 #2B5155 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1B34 #1B3436 | Primary textHigh emphasis contentDark headings |
| 950 | 1121 #112122 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F5F9FA;
--sky-blue-100: #E7F2F3;
--sky-blue-200: #D3E7E9;
--sky-blue-300: #B1D4D8;
--sky-blue-400: #88BEC3;
--sky-blue-500: #66ACB2;
--sky-blue-600: #4B8F95;
--sky-blue-700: #3C7277;
--sky-blue-800: #2B5155;
--sky-blue-900: #1B3436;
--sky-blue-950: #112122;
}