Sky Blue
#92EEF7
CyanColor Codes
All color formats for development
HEX
#92EEF7RGB
rgb(146, 238, 247)HSL
hsl(185, 86%, 77%)OKLCH
oklch(0.895 0.089 203.7)CMYK
cmyk(41%, 4%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6DE9F4
2#49E3F1
3#24DEEF
4#10CADB
5#0EA9B7
6#0B8792
7#08656E
8#054349
9#032225
Tints
Lighter variations
1#9DF0F8
2#A8F2F8
3#B3F3F9
4#BEF5FA
5#C8F7FB
6#D3F8FC
7#DEFAFD
8#E9FCFD
9#F4FDFE
Tones
Muted variations
1#97EAF2
2#9CE6ED
3#A1E2E8
4#A6DEE3
5#ABD9DE
6#B0D5D9
7#B5D1D3
8#BACDCE
9#BFC9C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEFA #DEFAFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1F6 #C1F6FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 92EE #92EEF7 | BordersInactive statesPlaceholder text |
| 400 | 59E6 #59E6F3 | Disabled statesSecondary iconsMuted text |
| 500 | 2ADE #2ADEEF | Primary brand colorCTAsActive elementsLinks |
| 600 | 10C1 #10C1D1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0C99 #0C99A6 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 096D #096D77 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0646 #06464C | Primary textHigh emphasis contentDark headings |
| 950 | 042C #042C2F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FDFE;
--sky-blue-100: #DEFAFD;
--sky-blue-200: #C1F6FA;
--sky-blue-300: #92EEF7;
--sky-blue-400: #59E6F3;
--sky-blue-500: #2ADEEF;
--sky-blue-600: #10C1D1;
--sky-blue-700: #0C99A6;
--sky-blue-800: #096D77;
--sky-blue-900: #06464C;
--sky-blue-950: #042C2F;
}