Sky Blue
#9BEEE0
CyanColor Codes
All color formats for development
HEX
#9BEEE0RGB
rgb(155, 238, 224)HSL
hsl(170, 71%, 77%)OKLCH
oklch(0.892 0.083 182.6)CMYK
cmyk(35%, 0%, 6%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#79E8D6
2#58E3CB
3#36DDC1
4#22C9AE
5#1CA891
6#178674
7#116557
8#0B433A
9#06221D
Tints
Lighter variations
1#A5F0E3
2#AFF1E6
3#B9F3E9
4#C3F5EC
5#CDF6F0
6#D7F8F3
7#E1FAF6
8#EBFCF9
9#F5FDFC
Tones
Muted variations
1#9FEADD
2#A3E6DB
3#A7E1D8
4#ABDDD5
5#B0D9D2
6#B4D5CF
7#B8D1CD
8#BCCDCA
9#C0C9C7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FA #E0FAF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F5 #C6F5EE | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BEE #9BEEE0 | BordersInactive statesPlaceholder text |
| 400 | 66E5 #66E5D0 | Disabled statesSecondary iconsMuted text |
| 500 | 3BDE #3BDEC3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 21C0 #21C0A5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1A99 #1A9983 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 126D #126D5E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C46 #0C463C | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C26 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FDFB;
--sky-blue-100: #E0FAF6;
--sky-blue-200: #C6F5EE;
--sky-blue-300: #9BEEE0;
--sky-blue-400: #66E5D0;
--sky-blue-500: #3BDEC3;
--sky-blue-600: #21C0A5;
--sky-blue-700: #1A9983;
--sky-blue-800: #126D5E;
--sky-blue-900: #0C463C;
--sky-blue-950: #072C26;
}