Sky Blue
#9DECDB
CyanColor Codes
All color formats for development
HEX
#9DECDBRGB
rgb(157, 236, 219)HSL
hsl(167, 68%, 77%)OKLCH
oklch(0.887 0.081 179.3)CMYK
cmyk(33%, 0%, 7%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7BE6CF
2#5AE0C3
3#3AD9B7
4#26C6A3
5#1FA588
6#19846D
7#136352
8#0D4236
9#06211B
Tints
Lighter variations
1#A6EEDF
2#B0F0E2
3#BAF2E6
4#C4F4E9
5#CEF6ED
6#D8F7F1
7#E1F9F4
8#EBFBF8
9#F5FDFB
Tones
Muted variations
1#A0E8D9
2#A4E4D6
3#A8E0D4
4#ACDCD2
5#B0D8D0
6#B4D4CD
7#B8D0CB
8#BCCCC9
9#C0C8C7
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 #C7F4EB | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CEC #9CECDB | BordersInactive statesPlaceholder text |
| 400 | 69E2 #69E2C8 | Disabled statesSecondary iconsMuted text |
| 500 | 3EDA #3EDAB8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 24BC #24BC9B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D96 #1D967C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146B #146B58 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D45 #0D4539 | 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: #C7F4EB;
--sky-blue-300: #9CECDB;
--sky-blue-400: #69E2C8;
--sky-blue-500: #3EDAB8;
--sky-blue-600: #24BC9B;
--sky-blue-700: #1D967C;
--sky-blue-800: #146B58;
--sky-blue-900: #0D4539;
--sky-blue-950: #082B23;
}