Sky Blue
#88C3C3
CyanColor Codes
All color formats for development
HEX
#88C3C3RGB
rgb(136, 195, 195)HSL
hsl(180, 33%, 65%)OKLCH
oklch(0.777 0.061 196)CMYK
cmyk(30%, 0%, 0%, 24%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#72B8B8
2#5CADAD
3#4E9A9A
4#438484
5#386E6E
6#2C5858
7#214242
8#162C2C
9#0B1616
Tints
Lighter variations
1#94C9C9
2#A0CFCF
3#ACD5D5
4#B8DBDB
5#C4E1E1
6#D0E7E7
7#DBEDED
8#E7F3F3
9#F3F9F9
Tones
Muted variations
1#8BC0C0
2#8EBDBD
3#91BABA
4#94B7B7
5#97B4B4
6#9AB2B2
7#9DAFAF
8#A0ACAC
9#A3A9A9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5FA #F5FAFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7F3 #E7F3F3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D3E9 #D3E9E9 | Secondary backgroundsInput backgroundsDividers |
| 300 | B1D8 #B1D8D8 | BordersInactive statesPlaceholder text |
| 400 | 88C3 #88C3C3 | Disabled statesSecondary iconsMuted text |
| 500 | 66B2 #66B2B2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4B95 #4B9595 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3C77 #3C7777 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2B55 #2B5555 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1B36 #1B3636 | Primary textHigh emphasis contentDark headings |
| 950 | 1122 #112222 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F5FAFA;
--sky-blue-100: #E7F3F3;
--sky-blue-200: #D3E9E9;
--sky-blue-300: #B1D8D8;
--sky-blue-400: #88C3C3;
--sky-blue-500: #66B2B2;
--sky-blue-600: #4B9595;
--sky-blue-700: #3C7777;
--sky-blue-800: #2B5555;
--sky-blue-900: #1B3636;
--sky-blue-950: #112222;
}