Sky Blue
#92F0F6
CyanColor Codes
All color formats for development
HEX
#92F0F6RGB
rgb(146, 240, 246)HSL
hsl(184, 85%, 77%)OKLCH
oklch(0.899 0.09 200.9)CMYK
cmyk(41%, 2%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6EEAF3
2#4AE5F0
3#26E0ED
4#12CDDA
5#0FAAB6
6#0C8891
7#09666D
8#064449
9#032224
Tints
Lighter variations
1#9DF1F7
2#A8F3F8
3#B3F4F9
4#BEF6FA
5#C9F7FB
6#D4F9FB
7#DEFAFC
8#E9FCFD
9#F4FDFE
Tones
Muted variations
1#97EBF1
2#9CE7EC
3#A1E3E7
4#A6DEE2
5#ABDADD
6#B0D6D8
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 | C2F6 #C2F6FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 92F0 #92F0F6 | BordersInactive statesPlaceholder text |
| 400 | 5AE7 #5AE7F2 | Disabled statesSecondary iconsMuted text |
| 500 | 2BE1 #2BE1EE | Primary brand colorCTAsActive elementsLinks |
| 600 | 11C3 #11C3D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0D9B #0D9BA5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A6F #0A6F76 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0647 #06474B | 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: #C2F6FA;
--sky-blue-300: #92F0F6;
--sky-blue-400: #5AE7F2;
--sky-blue-500: #2BE1EE;
--sky-blue-600: #11C3D0;
--sky-blue-700: #0D9BA5;
--sky-blue-800: #0A6F76;
--sky-blue-900: #06474B;
--sky-blue-950: #042C2F;
}