Sky Blue
#8FE3FA
CyanColor Codes
All color formats for development
HEX
#8FE3FARGB
rgb(143, 227, 250)HSL
hsl(193, 91%, 77%)OKLCH
oklch(0.87 0.087 217.1)CMYK
cmyk(43%, 9%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#69D9F8
2#44D0F6
3#1EC6F4
4#0BB3E1
5#0995BC
6#077796
7#055971
8#043C4B
9#021E26
Tints
Lighter variations
1#9AE5FA
2#A5E8FB
3#B1EBFB
4#BCEEFC
5#C7F1FC
6#D2F4FD
7#DDF6FD
8#E9F9FE
9#F4FCFE
Tones
Muted variations
1#94E0F4
2#9ADDEF
3#9FDAEA
4#A4D6E4
5#AAD3DF
6#AFD0DA
7#B4CDD4
8#BACACF
9#BFC7CA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FB #F0FBFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDF6 #DDF6FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0EF #C0EFFC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8FE3 #8FE3FA | BordersInactive statesPlaceholder text |
| 400 | 55D4 #55D4F7 | Disabled statesSecondary iconsMuted text |
| 500 | 24C7 #24C7F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0AAA #0AAAD6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0887 #0887AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0661 #06617A | Text on light backgroundsHeadingsStrong borders |
| 900 | 043E #043E4E | Primary textHigh emphasis contentDark headings |
| 950 | 0227 #022731 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0FBFE;
--sky-blue-100: #DDF6FD;
--sky-blue-200: #C0EFFC;
--sky-blue-300: #8FE3FA;
--sky-blue-400: #55D4F7;
--sky-blue-500: #24C7F5;
--sky-blue-600: #0AAAD6;
--sky-blue-700: #0887AA;
--sky-blue-800: #06617A;
--sky-blue-900: #043E4E;
--sky-blue-950: #022731;
}