Sky Blue
#92F5F6
CyanColor Codes
All color formats for development
HEX
#92F5F6RGB
rgb(146, 245, 246)HSL
hsl(181, 85%, 77%)OKLCH
oklch(0.91 0.093 196.5)CMYK
cmyk(41%, 0%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6EF1F3
2#4AEEF0
3#26EAED
4#12D7DA
5#0FB3B6
6#0C8F91
7#096B6D
8#064849
9#032424
Tints
Lighter variations
1#9DF6F7
2#A8F7F8
3#B3F8F9
4#BEF9FA
5#C9FAFB
6#D4FBFB
7#DEFCFC
8#E9FDFD
9#F4FEFE
Tones
Muted variations
1#97F0F1
2#9CEBEC
3#A1E6E7
4#A6E1E2
5#ABDCDD
6#B0D8D8
7#B5D3D3
8#BACECE
9#BFC9C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEFC #DEFCFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2F9 #C2F9FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 92F5 #92F5F6 | BordersInactive statesPlaceholder text |
| 400 | 5AEF #5AEFF2 | Disabled statesSecondary iconsMuted text |
| 500 | 2BEB #2BEBEE | Primary brand colorCTAsActive elementsLinks |
| 600 | 11CC #11CCD0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0DA3 #0DA3A5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A74 #0A7476 | Text on light backgroundsHeadingsStrong borders |
| 900 | 064A #064A4B | Primary textHigh emphasis contentDark headings |
| 950 | 042E #042E2F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FEFE;
--sky-blue-100: #DEFCFC;
--sky-blue-200: #C2F9FA;
--sky-blue-300: #92F5F6;
--sky-blue-400: #5AEFF2;
--sky-blue-500: #2BEBEE;
--sky-blue-600: #11CCD0;
--sky-blue-700: #0DA3A5;
--sky-blue-800: #0A7476;
--sky-blue-900: #064A4B;
--sky-blue-950: #042E2F;
}