Sky Blue
#9EEADB
CyanColor Codes
All color formats for development
HEX
#9EEADBRGB
rgb(158, 234, 219)HSL
hsl(168, 64%, 77%)OKLCH
oklch(0.883 0.078 180.7)CMYK
cmyk(32%, 0%, 6%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7FE3CF
2#5EDCC3
3#3ED5B7
4#2AC1A3
5#23A188
6#1C816D
7#156152
8#0E4036
9#07201B
Tints
Lighter variations
1#A8ECDE
2#B2EEE2
3#BCF0E6
4#C5F2E9
5#CFF4ED
6#D9F7F1
7#E2F9F4
8#ECFBF8
9#F5FDFB
Tones
Muted variations
1#A3E6D9
2#A6E2D6
3#AADFD4
4#AEDBD2
5#B2D7D0
6#B5D3CD
7#B9D0CB
8#BDCCC9
9#C1C8C7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F9 #E2F9F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3EB | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FEA #9FEADB | BordersInactive statesPlaceholder text |
| 400 | 6DDF #6DDFC8 | Disabled statesSecondary iconsMuted text |
| 500 | 43D6 #43D6B8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 28B8 #28B89B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2092 #20927C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1769 #176958 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F4338 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A23 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FCFA;
--sky-blue-100: #E2F9F4;
--sky-blue-200: #C9F3EB;
--sky-blue-300: #9FEADB;
--sky-blue-400: #6DDFC8;
--sky-blue-500: #43D6B8;
--sky-blue-600: #28B89B;
--sky-blue-700: #20927C;
--sky-blue-800: #176958;
--sky-blue-900: #0F4338;
--sky-blue-950: #092A23;
}