Sky Blue
#9EEADC
CyanColor Codes
All color formats for development
HEX
#9EEADCRGB
rgb(158, 234, 220)HSL
hsl(169, 64%, 77%)OKLCH
oklch(0.884 0.078 181.6)CMYK
cmyk(32%, 0%, 6%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7FE3D0
2#5EDCC5
3#3ED5B9
4#2AC1A6
5#23A18A
6#1C816E
7#156153
8#0E4037
9#07201C
Tints
Lighter variations
1#A8ECE0
2#B2EEE3
3#BCF0E7
4#C5F2EA
5#CFF4EE
6#D9F7F1
7#E2F9F5
8#ECFBF8
9#F5FDFC
Tones
Muted variations
1#A3E6DA
2#A6E2D7
3#AADFD5
4#AEDBD3
5#B2D7D0
6#B5D3CE
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 #9FEADC | BordersInactive statesPlaceholder text |
| 400 | 6DDF #6DDFCA | Disabled statesSecondary iconsMuted text |
| 500 | 43D6 #43D6BB | Primary brand colorCTAsActive elementsLinks |
| 600 | 28B8 #28B89E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2092 #20927D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1769 #17695A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F4339 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A24 | 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: #9FEADC;
--sky-blue-400: #6DDFCA;
--sky-blue-500: #43D6BB;
--sky-blue-600: #28B89E;
--sky-blue-700: #20927D;
--sky-blue-800: #17695A;
--sky-blue-900: #0F4339;
--sky-blue-950: #092A24;
}