Sky Blue
#92F1F6
CyanColor Codes
All color formats for development
HEX
#92F1F6RGB
rgb(146, 241, 246)HSL
hsl(183, 85%, 77%)OKLCH
oklch(0.901 0.09 200)CMYK
cmyk(41%, 2%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6EEDF3
2#4AE8F0
3#26E3ED
4#12D0DA
5#0FADB6
6#0C8B91
7#09686D
8#064549
9#032324
Tints
Lighter variations
1#9DF3F7
2#A8F4F8
3#B3F5F9
4#BEF7FA
5#C9F8FB
6#D4F9FB
7#DEFBFC
8#E9FCFD
9#F4FEFE
Tones
Muted variations
1#97EDF1
2#9CE8EC
3#A1E4E7
4#A6DFE2
5#ABDBDD
6#B0D6D8
7#B5D2D3
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 | DEFB #DEFBFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2F7 #C2F7FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 92F1 #92F1F6 | BordersInactive statesPlaceholder text |
| 400 | 5AEA #5AEAF2 | Disabled statesSecondary iconsMuted text |
| 500 | 2BE4 #2BE4EE | Primary brand colorCTAsActive elementsLinks |
| 600 | 11C6 #11C6D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0D9E #0D9EA5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A71 #0A7176 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0648 #06484B | Primary textHigh emphasis contentDark headings |
| 950 | 042D #042D2F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FDFE;
--sky-blue-100: #DEFBFC;
--sky-blue-200: #C2F7FA;
--sky-blue-300: #92F1F6;
--sky-blue-400: #5AEAF2;
--sky-blue-500: #2BE4EE;
--sky-blue-600: #11C6D0;
--sky-blue-700: #0D9EA5;
--sky-blue-800: #0A7176;
--sky-blue-900: #06484B;
--sky-blue-950: #042D2F;
}