Sky Blue
#9CECD8
CyanColor Codes
All color formats for development
HEX
#9CECD8RGB
rgb(156, 236, 216)HSL
hsl(165, 68%, 77%)OKLCH
oklch(0.886 0.084 176.8)CMYK
cmyk(34%, 0%, 8%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7BE6CB
2#5AE0BE
3#3AD9B1
4#26C69E
5#1FA584
6#198469
7#13634F
8#0D4235
9#06211A
Tints
Lighter variations
1#A6EEDC
2#B0F0E0
3#BAF2E4
4#C4F4E8
5#CEF6EC
6#D8F7F0
7#E1F9F3
8#EBFBF7
9#F5FDFB
Tones
Muted variations
1#A0E8D6
2#A4E4D4
3#A8E0D2
4#ACDCD0
5#B0D8CE
6#B4D4CC
7#B8D0CA
8#BCCCC8
9#C0C8C6
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9F3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F4 #C7F4E9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CEC #9CECD8 | BordersInactive statesPlaceholder text |
| 400 | 69E2 #69E2C4 | Disabled statesSecondary iconsMuted text |
| 500 | 3EDA #3EDAB3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 24BC #24BC96 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D96 #1D9678 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146B #146B55 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D45 #0D4537 | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B22 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FDFA;
--sky-blue-100: #E1F9F3;
--sky-blue-200: #C7F4E9;
--sky-blue-300: #9CECD8;
--sky-blue-400: #69E2C4;
--sky-blue-500: #3EDAB3;
--sky-blue-600: #24BC96;
--sky-blue-700: #1D9678;
--sky-blue-800: #146B55;
--sky-blue-900: #0D4537;
--sky-blue-950: #082B22;
}