Sky Blue
#8FCBFA
BlueColor Codes
All color formats for development
HEX
#8FCBFARGB
rgb(143, 203, 250)HSL
hsl(206, 91%, 77%)OKLCH
oklch(0.818 0.091 242.8)CMYK
cmyk(43%, 19%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#69BAF8
2#44A9F6
3#1E98F4
4#0B84E1
5#096EBC
6#075896
7#054271
8#042C4B
9#021626
Tints
Lighter variations
1#9AD1FA
2#A5D6FB
3#B1DBFB
4#BCE0FC
5#C7E5FC
6#D2EAFD
7#DDF0FD
8#E9F5FE
9#F4FAFE
Tones
Muted variations
1#94CBF4
2#9ACAEF
3#9FC9EA
4#A4C9E4
5#AAC8DF
6#AFC7DA
7#B4C6D4
8#BAC6CF
9#BFC5CA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F8 #F0F8FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDEF #DDEFFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0E2 #C0E2FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8FCB #8FCBFA | BordersInactive statesPlaceholder text |
| 400 | 55B1 #55B1F7 | Disabled statesSecondary iconsMuted text |
| 500 | 249A #249AF5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0A7E #0A7ED6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0864 #0864AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0647 #06477A | Text on light backgroundsHeadingsStrong borders |
| 900 | 042E #042E4E | 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: #F0F8FE;
--sky-blue-100: #DDEFFD;
--sky-blue-200: #C0E2FC;
--sky-blue-300: #8FCBFA;
--sky-blue-400: #55B1F7;
--sky-blue-500: #249AF5;
--sky-blue-600: #0A7ED6;
--sky-blue-700: #0864AA;
--sky-blue-800: #06477A;
--sky-blue-900: #042E4E;
--sky-blue-950: #021D31;
}