Sky Blue
#92EEF6
CyanColor Codes
All color formats for development
HEX
#92EEF6RGB
rgb(146, 238, 246)HSL
hsl(185, 85%, 77%)OKLCH
oklch(0.894 0.088 202.8)CMYK
cmyk(41%, 3%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6EE8F3
2#4AE2F0
3#26DDED
4#12C9DA
5#0FA8B6
6#0C8691
7#09656D
8#064349
9#032224
Tints
Lighter variations
1#9DF0F7
2#A8F1F8
3#B3F3F9
4#BEF5FA
5#C9F6FB
6#D4F8FB
7#DEFAFC
8#E9FCFD
9#F4FDFE
Tones
Muted variations
1#97EAF1
2#9CE6EC
3#A1E1E7
4#A6DDE2
5#ABD9DD
6#B0D5D8
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 #DEFAFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2F5 #C2F5FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 92EE #92EEF6 | BordersInactive statesPlaceholder text |
| 400 | 5AE5 #5AE5F2 | Disabled statesSecondary iconsMuted text |
| 500 | 2BDE #2BDEEE | Primary brand colorCTAsActive elementsLinks |
| 600 | 11C0 #11C0D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0D98 #0D98A5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A6D #0A6D76 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0646 #06464B | 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: #DEFAFC;
--sky-blue-200: #C2F5FA;
--sky-blue-300: #92EEF6;
--sky-blue-400: #5AE5F2;
--sky-blue-500: #2BDEEE;
--sky-blue-600: #11C0D0;
--sky-blue-700: #0D98A5;
--sky-blue-800: #0A6D76;
--sky-blue-900: #06464B;
--sky-blue-950: #042C2F;
}