Sky Blue
#92F7EE
CyanColor Codes
All color formats for development
HEX
#92F7EERGB
rgb(146, 247, 238)HSL
hsl(175, 86%, 77%)OKLCH
oklch(0.912 0.096 188.3)CMYK
cmyk(41%, 0%, 4%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6DF4E9
2#49F1E3
3#24EFDE
4#10DBCA
5#0EB7A9
6#0B9287
7#086E65
8#054943
9#032522
Tints
Lighter variations
1#9DF8F0
2#A8F8F2
3#B3F9F3
4#BEFAF5
5#C8FBF7
6#D3FCF8
7#DEFDFA
8#E9FDFC
9#F4FEFD
Tones
Muted variations
1#97F2EA
2#9CEDE6
3#A1E8E2
4#A6E3DE
5#ABDED9
6#B0D9D5
7#B5D3D1
8#BACECD
9#BFC9C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEFD #DEFDFA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1FA #C1FAF6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 92F7 #92F7EE | BordersInactive statesPlaceholder text |
| 400 | 59F3 #59F3E6 | Disabled statesSecondary iconsMuted text |
| 500 | 2AEF #2AEFDE | Primary brand colorCTAsActive elementsLinks |
| 600 | 10D1 #10D1C1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0CA6 #0CA699 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0977 #09776D | Text on light backgroundsHeadingsStrong borders |
| 900 | 064C #064C46 | Primary textHigh emphasis contentDark headings |
| 950 | 042F #042F2C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FEFD;
--sky-blue-100: #DEFDFA;
--sky-blue-200: #C1FAF6;
--sky-blue-300: #92F7EE;
--sky-blue-400: #59F3E6;
--sky-blue-500: #2AEFDE;
--sky-blue-600: #10D1C1;
--sky-blue-700: #0CA699;
--sky-blue-800: #09776D;
--sky-blue-900: #064C46;
--sky-blue-950: #042F2C;
}