Sky Blue
#9DECE0
CyanColor Codes
All color formats for development
HEX
#9DECE0RGB
rgb(157, 236, 224)HSL
hsl(171, 68%, 77%)OKLCH
oklch(0.889 0.079 183.9)CMYK
cmyk(33%, 0%, 5%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7BE6D6
2#5AE0CC
3#3AD9C1
4#26C6AE
5#1FA591
6#198474
7#136357
8#0D423A
9#06211D
Tints
Lighter variations
1#A6EEE3
2#B0F0E6
3#BAF2E9
4#C4F4ED
5#CEF6F0
6#D8F7F3
7#E1F9F6
8#EBFBF9
9#F5FDFC
Tones
Muted variations
1#A0E8DD
2#A4E4DB
3#A8E0D8
4#ACDCD5
5#B0D8D2
6#B4D4D0
7#B8D0CD
8#BCCCCA
9#C0C8C7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F4 #C7F4EE | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CEC #9CECE0 | BordersInactive statesPlaceholder text |
| 400 | 69E2 #69E2D0 | Disabled statesSecondary iconsMuted text |
| 500 | 3EDA #3EDAC3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 24BC #24BCA6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D96 #1D9684 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146B #146B5E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D45 #0D453C | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B26 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FDFB;
--sky-blue-100: #E1F9F6;
--sky-blue-200: #C7F4EE;
--sky-blue-300: #9CECE0;
--sky-blue-400: #69E2D0;
--sky-blue-500: #3EDAC3;
--sky-blue-600: #24BCA6;
--sky-blue-700: #1D9684;
--sky-blue-800: #146B5E;
--sky-blue-900: #0D453C;
--sky-blue-950: #082B26;
}