Sky Blue
#92E7F6
CyanColor Codes
All color formats for development
HEX
#92E7F6RGB
rgb(146, 231, 246)HSL
hsl(189, 85%, 77%)OKLCH
oklch(0.879 0.085 209.9)CMYK
cmyk(41%, 6%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6EDFF3
2#4AD7F0
3#26CFED
4#12BCDA
5#0F9DB6
6#0C7D91
7#095E6D
8#063F49
9#031F24
Tints
Lighter variations
1#9DEAF7
2#A8ECF8
3#B3EEF9
4#BEF1FA
5#C9F3FB
6#D4F5FB
7#DEF8FC
8#E9FAFD
9#F4FDFE
Tones
Muted variations
1#97E4F1
2#9CE0EC
3#A1DDE7
4#A6D9E2
5#ABD6DD
6#B0D2D8
7#B5CFD3
8#BACBCE
9#BFC8C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FC #F1FCFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEF8 #DEF8FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2F2 #C2F2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 92E7 #92E7F6 | BordersInactive statesPlaceholder text |
| 400 | 5ADB #5ADBF2 | Disabled statesSecondary iconsMuted text |
| 500 | 2BD1 #2BD1EE | Primary brand colorCTAsActive elementsLinks |
| 600 | 11B3 #11B3D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0D8E #0D8EA5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A66 #0A6676 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0641 #06414B | Primary textHigh emphasis contentDark headings |
| 950 | 0429 #04292F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FCFE;
--sky-blue-100: #DEF8FC;
--sky-blue-200: #C2F2FA;
--sky-blue-300: #92E7F6;
--sky-blue-400: #5ADBF2;
--sky-blue-500: #2BD1EE;
--sky-blue-600: #11B3D0;
--sky-blue-700: #0D8EA5;
--sky-blue-800: #0A6676;
--sky-blue-900: #06414B;
--sky-blue-950: #04292F;
}