Sky Blue
#9DECDD
CyanColor Codes
All color formats for development
HEX
#9DECDDRGB
rgb(157, 236, 221)HSL
hsl(169, 68%, 77%)OKLCH
oklch(0.888 0.081 181.1)CMYK
cmyk(33%, 0%, 6%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7BE6D2
2#5AE0C7
3#3AD9BC
4#26C6A9
5#1FA58C
6#198470
7#136354
8#0D4238
9#06211C
Tints
Lighter variations
1#A6EEE1
2#B0F0E4
3#BAF2E8
4#C4F4EB
5#CEF6EE
6#D8F7F2
7#E1F9F5
8#EBFBF8
9#F5FDFC
Tones
Muted variations
1#A0E8DB
2#A4E4D9
3#A8E0D6
4#ACDCD4
5#B0D8D1
6#B4D4CE
7#B8D0CC
8#BCCCC9
9#C0C8C7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F4 #C7F4EC | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CEC #9CECDE | BordersInactive statesPlaceholder text |
| 400 | 69E2 #69E2CC | Disabled statesSecondary iconsMuted text |
| 500 | 3EDA #3EDABE | Primary brand colorCTAsActive elementsLinks |
| 600 | 24BC #24BCA1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D96 #1D9680 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146B #146B5B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D45 #0D453A | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B24 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FDFB;
--sky-blue-100: #E1F9F5;
--sky-blue-200: #C7F4EC;
--sky-blue-300: #9CECDE;
--sky-blue-400: #69E2CC;
--sky-blue-500: #3EDABE;
--sky-blue-600: #24BCA1;
--sky-blue-700: #1D9680;
--sky-blue-800: #146B5B;
--sky-blue-900: #0D453A;
--sky-blue-950: #082B24;
}