Sky Blue
#9DECEC
CyanColor Codes
All color formats for development
HEX
#9DECECRGB
rgb(157, 236, 236)HSL
hsl(180, 68%, 77%)OKLCH
oklch(0.892 0.077 195.9)CMYK
cmyk(33%, 0%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7BE6E6
2#5AE0E0
3#3AD9D9
4#26C6C6
5#1FA5A5
6#198484
7#136363
8#0D4242
9#062121
Tints
Lighter variations
1#A6EEEE
2#B0F0F0
3#BAF2F2
4#C4F4F4
5#CEF6F6
6#D8F7F7
7#E1F9F9
8#EBFBFB
9#F5FDFD
Tones
Muted variations
1#A0E8E8
2#A4E4E4
3#A8E0E0
4#ACDCDC
5#B0D8D8
6#B4D4D4
7#B8D0D0
8#BCCCCC
9#C0C8C8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F4 #C7F4F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CEC #9CECEC | BordersInactive statesPlaceholder text |
| 400 | 69E2 #69E2E2 | Disabled statesSecondary iconsMuted text |
| 500 | 3EDA #3EDADA | Primary brand colorCTAsActive elementsLinks |
| 600 | 24BC #24BCBC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D96 #1D9696 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146B #146B6B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D45 #0D4545 | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B2B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FDFD;
--sky-blue-100: #E1F9F9;
--sky-blue-200: #C7F4F4;
--sky-blue-300: #9CECEC;
--sky-blue-400: #69E2E2;
--sky-blue-500: #3EDADA;
--sky-blue-600: #24BCBC;
--sky-blue-700: #1D9696;
--sky-blue-800: #146B6B;
--sky-blue-900: #0D4545;
--sky-blue-950: #082B2B;
}