Sky Blue
#8FF1FA
CyanColor Codes
All color formats for development
HEX
#8FF1FARGB
rgb(143, 241, 250)HSL
hsl(185, 91%, 77%)OKLCH
oklch(0.901 0.093 203.2)CMYK
cmyk(43%, 4%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#69ECF8
2#44E7F6
3#1EE3F4
4#0BCFE1
5#09ADBC
6#078A96
7#056871
8#04454B
9#022326
Tints
Lighter variations
1#9AF2FA
2#A5F4FB
3#B1F5FB
4#BCF6FC
5#C7F8FC
6#D2F9FD
7#DDFBFD
8#E9FCFE
9#F4FEFE
Tones
Muted variations
1#94ECF4
2#9AE8EF
3#9FE3EA
4#A4DFE4
5#AADBDF
6#AFD6DA
7#B4D2D4
8#BACDCF
9#BFC9CA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FD #F0FDFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFB #DDFBFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0F7 #C0F7FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8FF1 #8FF1FA | BordersInactive statesPlaceholder text |
| 400 | 55E9 #55E9F7 | Disabled statesSecondary iconsMuted text |
| 500 | 24E3 #24E3F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0AC5 #0AC5D6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 089D #089DAA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0670 #06707A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0448 #04484E | Primary textHigh emphasis contentDark headings |
| 950 | 022D #022D31 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0FDFE;
--sky-blue-100: #DDFBFD;
--sky-blue-200: #C0F7FC;
--sky-blue-300: #8FF1FA;
--sky-blue-400: #55E9F7;
--sky-blue-500: #24E3F5;
--sky-blue-600: #0AC5D6;
--sky-blue-700: #089DAA;
--sky-blue-800: #06707A;
--sky-blue-900: #04484E;
--sky-blue-950: #022D31;
}