Sky Blue
#88BFC3
CyanColor Codes
All color formats for development
HEX
#88BFC3RGB
rgb(136, 191, 195)HSL
hsl(184, 33%, 65%)OKLCH
oklch(0.768 0.057 201.7)CMYK
cmyk(30%, 2%, 0%, 24%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#72B3B8
2#5CA8AD
3#4E959A
4#438084
5#386B6E
6#2C5558
7#214042
8#162B2C
9#0B1516
Tints
Lighter variations
1#94C6C9
2#A0CCCF
3#ACD2D5
4#B8D9DB
5#C4DFE1
6#D0E6E7
7#DBECED
8#E7F2F3
9#F3F9F9
Tones
Muted variations
1#8BBDC0
2#8EBABD
3#91B8BA
4#94B5B7
5#97B3B4
6#9AB0B2
7#9DADAF
8#A0ABAC
9#A3A8A9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5FA #F5FAFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7F2 #E7F2F3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D3E7 #D3E7E9 | Secondary backgroundsInput backgroundsDividers |
| 300 | B1D5 #B1D5D8 | BordersInactive statesPlaceholder text |
| 400 | 88BF #88BFC3 | Disabled statesSecondary iconsMuted text |
| 500 | 66AD #66ADB2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4B90 #4B9095 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3C73 #3C7377 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2B52 #2B5255 | 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: #F5FAFA;
--sky-blue-100: #E7F2F3;
--sky-blue-200: #D3E7E9;
--sky-blue-300: #B1D5D8;
--sky-blue-400: #88BFC3;
--sky-blue-500: #66ADB2;
--sky-blue-600: #4B9095;
--sky-blue-700: #3C7377;
--sky-blue-800: #2B5255;
--sky-blue-900: #1B3436;
--sky-blue-950: #112122;
}