Sky Blue
#8FD6FA
BlueColor Codes
All color formats for development
HEX
#8FD6FARGB
rgb(143, 214, 250)HSL
hsl(200, 91%, 77%)OKLCH
oklch(0.842 0.087 231.2)CMYK
cmyk(43%, 14%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#69C8F8
2#44BBF6
3#1EADF4
4#0B9AE1
5#0980BC
6#076696
7#054D71
8#04334B
9#021A26
Tints
Lighter variations
1#9ADAFA
2#A5DEFB
3#B1E2FB
4#BCE6FC
5#C7EBFC
6#D2EFFD
7#DDF3FD
8#E9F7FE
9#F4FBFE
Tones
Muted variations
1#94D4F4
2#9AD3EF
3#9FD1EA
4#A4CFE4
5#AACDDF
6#AFCBDA
7#B4CAD4
8#BAC8CF
9#BFC6CA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FA #F0FAFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDF3 #DDF3FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0E8 #C0E8FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8FD6 #8FD6FA | BordersInactive statesPlaceholder text |
| 400 | 55C1 #55C1F7 | Disabled statesSecondary iconsMuted text |
| 500 | 24AF #24AFF5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0A92 #0A92D6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0874 #0874AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0653 #06537A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0435 #04354E | Primary textHigh emphasis contentDark headings |
| 950 | 0221 #022131 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0FAFE;
--sky-blue-100: #DDF3FD;
--sky-blue-200: #C0E8FC;
--sky-blue-300: #8FD6FA;
--sky-blue-400: #55C1F7;
--sky-blue-500: #24AFF5;
--sky-blue-600: #0A92D6;
--sky-blue-700: #0874AA;
--sky-blue-800: #06537A;
--sky-blue-900: #04354E;
--sky-blue-950: #022131;
}