Sky Blue
#9FEADA
CyanColor Codes
All color formats for development
HEX
#9FEADARGB
rgb(159, 234, 218)HSL
hsl(167, 64%, 77%)OKLCH
oklch(0.883 0.078 179.6)CMYK
cmyk(32%, 0%, 7%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7FE3CD
2#5EDCC1
3#3ED5B4
4#2AC1A1
5#23A186
6#1C816B
7#156150
8#0E4036
9#07201B
Tints
Lighter variations
1#A8ECDD
2#B2EEE1
3#BCF0E5
4#C5F2E9
5#CFF4EC
6#D9F7F0
7#E2F9F4
8#ECFBF8
9#F5FDFB
Tones
Muted variations
1#A3E6D7
2#A6E2D5
3#AADFD3
4#AEDBD1
5#B2D7CF
6#B5D3CD
7#B9D0CB
8#BDCCC9
9#C1C8C6
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 #C9F3EA | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FEA #9FEADA | BordersInactive statesPlaceholder text |
| 400 | 6DDF #6DDFC6 | Disabled statesSecondary iconsMuted text |
| 500 | 43D6 #43D6B6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 28B8 #28B899 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2092 #20927A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1769 #176957 | 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: #C9F3EA;
--sky-blue-300: #9FEADA;
--sky-blue-400: #6DDFC6;
--sky-blue-500: #43D6B6;
--sky-blue-600: #28B899;
--sky-blue-700: #20927A;
--sky-blue-800: #176957;
--sky-blue-900: #0F4338;
--sky-blue-950: #092A23;
}