Sky Blue
#92E8F7
CyanColor Codes
All color formats for development
HEX
#92E8F7RGB
rgb(146, 232, 247)HSL
hsl(189, 86%, 77%)OKLCH
oklch(0.882 0.086 209.7)CMYK
cmyk(41%, 6%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6DE0F4
2#49D8F1
3#24D0EF
4#10BDDB
5#0E9DB7
6#0B7E92
7#085E6E
8#053F49
9#031F25
Tints
Lighter variations
1#9DEAF8
2#A8ECF8
3#B3EFF9
4#BEF1FA
5#C8F3FB
6#D3F6FC
7#DEF8FD
8#E9FAFD
9#F4FDFE
Tones
Muted variations
1#97E4F2
2#9CE1ED
3#A1DDE8
4#A6DAE3
5#ABD6DE
6#B0D2D9
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 #DEF8FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1F2 #C1F2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 92E8 #92E8F7 | BordersInactive statesPlaceholder text |
| 400 | 59DB #59DBF3 | Disabled statesSecondary iconsMuted text |
| 500 | 2AD1 #2AD1EF | Primary brand colorCTAsActive elementsLinks |
| 600 | 10B4 #10B4D1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0C8F #0C8FA6 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0966 #096677 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0641 #06414C | 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: #DEF8FD;
--sky-blue-200: #C1F2FA;
--sky-blue-300: #92E8F7;
--sky-blue-400: #59DBF3;
--sky-blue-500: #2AD1EF;
--sky-blue-600: #10B4D1;
--sky-blue-700: #0C8FA6;
--sky-blue-800: #096677;
--sky-blue-900: #06414C;
--sky-blue-950: #04292F;
}