Sky Blue
#88B7C3
CyanColor Codes
All color formats for development
HEX
#88B7C3RGB
rgb(136, 183, 195)HSL
hsl(192, 33%, 65%)OKLCH
oklch(0.75 0.053 215.2)CMYK
cmyk(30%, 6%, 0%, 24%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#72AAB8
2#5C9DAD
3#4E8B9A
4#437784
5#38636E
6#2C4F58
7#213C42
8#16282C
9#0B1416
Tints
Lighter variations
1#94BFC9
2#A0C6CF
3#ACCDD5
4#B8D4DB
5#C4DBE1
6#D0E2E7
7#DBEAED
8#E7F1F3
9#F3F8F9
Tones
Muted variations
1#8BB6C0
2#8EB4BD
3#91B2BA
4#94B0B7
5#97AFB4
6#9AADB2
7#9DABAF
8#A0A9AC
9#A3A8A9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F9 #F5F9FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7F1 #E7F1F3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D3E4 #D3E4E9 | Secondary backgroundsInput backgroundsDividers |
| 300 | B1D0 #B1D0D8 | BordersInactive statesPlaceholder text |
| 400 | 88B7 #88B7C3 | Disabled statesSecondary iconsMuted text |
| 500 | 66A3 #66A3B2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4B86 #4B8695 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3C6B #3C6B77 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2B4C #2B4C55 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1B31 #1B3136 | Primary textHigh emphasis contentDark headings |
| 950 | 111F #111F22 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F5F9FA;
--sky-blue-100: #E7F1F3;
--sky-blue-200: #D3E4E9;
--sky-blue-300: #B1D0D8;
--sky-blue-400: #88B7C3;
--sky-blue-500: #66A3B2;
--sky-blue-600: #4B8695;
--sky-blue-700: #3C6B77;
--sky-blue-800: #2B4C55;
--sky-blue-900: #1B3136;
--sky-blue-950: #111F22;
}