Sky Blue
#8FCDFA
BlueColor Codes
All color formats for development
HEX
#8FCDFARGB
rgb(143, 205, 250)HSL
hsl(205, 91%, 77%)OKLCH
oklch(0.823 0.09 240.7)CMYK
cmyk(43%, 18%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#69BDF8
2#44ACF6
3#1E9BF4
4#0B88E1
5#0971BC
6#075A96
7#054471
8#042D4B
9#021726
Tints
Lighter variations
1#9AD2FA
2#A5D7FB
3#B1DCFB
4#BCE1FC
5#C7E6FC
6#D2EBFD
7#DDF0FD
8#E9F5FE
9#F4FAFE
Tones
Muted variations
1#94CCF4
2#9ACBEF
3#9FCBEA
4#A4CAE4
5#AAC9DF
6#AFC8DA
7#B4C7D4
8#BAC6CF
9#BFC5CA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F9 #F0F9FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDF0 #DDF0FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0E3 #C0E3FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8FCD #8FCDFA | BordersInactive statesPlaceholder text |
| 400 | 55B3 #55B3F7 | Disabled statesSecondary iconsMuted text |
| 500 | 249E #249EF5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0A81 #0A81D6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0867 #0867AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0649 #06497A | Text on light backgroundsHeadingsStrong borders |
| 900 | 042F #042F4E | Primary textHigh emphasis contentDark headings |
| 950 | 021D #021D31 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0F9FE;
--sky-blue-100: #DDF0FD;
--sky-blue-200: #C0E3FC;
--sky-blue-300: #8FCDFA;
--sky-blue-400: #55B3F7;
--sky-blue-500: #249EF5;
--sky-blue-600: #0A81D6;
--sky-blue-700: #0867AA;
--sky-blue-800: #06497A;
--sky-blue-900: #042F4E;
--sky-blue-950: #021D31;
}