Sky Blue
#92F7F7
CyanColor Codes
All color formats for development
HEX
#92F7F7RGB
rgb(146, 247, 247)HSL
hsl(180, 86%, 77%)OKLCH
oklch(0.915 0.095 195.6)CMYK
cmyk(41%, 0%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6DF4F4
2#49F1F1
3#24EFEF
4#10DBDB
5#0EB7B7
6#0B9292
7#086E6E
8#054949
9#032525
Tints
Lighter variations
1#9DF8F8
2#A8F8F8
3#B3F9F9
4#BEFAFA
5#C8FBFB
6#D3FCFC
7#DEFDFD
8#E9FDFD
9#F4FEFE
Tones
Muted variations
1#97F2F2
2#9CEDED
3#A1E8E8
4#A6E3E3
5#ABDEDE
6#B0D9D9
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 | DEFD #DEFDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1FA #C1FAFA | Secondary backgroundsInput backgroundsDividers |
| 300 | 92F7 #92F7F7 | BordersInactive statesPlaceholder text |
| 400 | 59F3 #59F3F3 | Disabled statesSecondary iconsMuted text |
| 500 | 2AEF #2AEFEF | Primary brand colorCTAsActive elementsLinks |
| 600 | 10D1 #10D1D1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0CA6 #0CA6A6 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0977 #097777 | Text on light backgroundsHeadingsStrong borders |
| 900 | 064C #064C4C | Primary textHigh emphasis contentDark headings |
| 950 | 042F #042F2F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FEFE;
--sky-blue-100: #DEFDFD;
--sky-blue-200: #C1FAFA;
--sky-blue-300: #92F7F7;
--sky-blue-400: #59F3F3;
--sky-blue-500: #2AEFEF;
--sky-blue-600: #10D1D1;
--sky-blue-700: #0CA6A6;
--sky-blue-800: #097777;
--sky-blue-900: #064C4C;
--sky-blue-950: #042F2F;
}