Sky Blue
#88BDC3
CyanColor Codes
All color formats for development
HEX
#88BDC3RGB
rgb(136, 189, 195)HSL
hsl(186, 33%, 65%)OKLCH
oklch(0.764 0.056 204.8)CMYK
cmyk(30%, 3%, 0%, 24%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#72B1B8
2#5CA5AD
3#4E939A
4#437E84
5#38696E
6#2C5458
7#213F42
8#162A2C
9#0B1516
Tints
Lighter variations
1#94C4C9
2#A0CACF
3#ACD1D5
4#B8D8DB
5#C4DEE1
6#D0E5E7
7#DBEBED
8#E7F2F3
9#F3F8F9
Tones
Muted variations
1#8BBBC0
2#8EB9BD
3#91B6BA
4#94B4B7
5#97B2B4
6#9AAFB2
7#9DADAF
8#A0AAAC
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 | 88BD #88BDC3 | Disabled statesSecondary iconsMuted text |
| 500 | 66AB #66ABB2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4B8E #4B8E95 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3C71 #3C7177 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2B51 #2B5155 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1B34 #1B3436 | Primary textHigh emphasis contentDark headings |
| 950 | 1120 #112022 | 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: #88BDC3;
--sky-blue-500: #66ABB2;
--sky-blue-600: #4B8E95;
--sky-blue-700: #3C7177;
--sky-blue-800: #2B5155;
--sky-blue-900: #1B3436;
--sky-blue-950: #112022;
}