Sky Blue
#9DECD9
CyanColor Codes
All color formats for development
HEX
#9DECD9RGB
rgb(157, 236, 217)HSL
hsl(166, 68%, 77%)OKLCH
oklch(0.887 0.082 177.5)CMYK
cmyk(33%, 0%, 8%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7BE6CD
2#5AE0C1
3#3AD9B4
4#26C6A1
5#1FA586
6#19846B
7#136350
8#0D4236
9#06211B
Tints
Lighter variations
1#A6EEDD
2#B0F0E1
3#BAF2E5
4#C4F4E9
5#CEF6EC
6#D8F7F0
7#E1F9F4
8#EBFBF8
9#F5FDFB
Tones
Muted variations
1#A0E8D7
2#A4E4D5
3#A8E0D3
4#ACDCD1
5#B0D8CF
6#B4D4CD
7#B8D0CB
8#BCCCC9
9#C0C8C6
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F4 #C7F4EA | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CEC #9CECDA | BordersInactive statesPlaceholder text |
| 400 | 69E2 #69E2C6 | Disabled statesSecondary iconsMuted text |
| 500 | 3EDA #3EDAB6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 24BC #24BC99 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D96 #1D967A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146B #146B57 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D45 #0D4538 | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B23 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FDFA;
--sky-blue-100: #E1F9F4;
--sky-blue-200: #C7F4EA;
--sky-blue-300: #9CECDA;
--sky-blue-400: #69E2C6;
--sky-blue-500: #3EDAB6;
--sky-blue-600: #24BC99;
--sky-blue-700: #1D967A;
--sky-blue-800: #146B57;
--sky-blue-900: #0D4538;
--sky-blue-950: #082B23;
}