Sky Blue
#8DC1FB
BlueColor Codes
All color formats for development
HEX
#8DC1FBRGB
rgb(141, 193, 251)HSL
hsl(212, 93%, 77%)OKLCH
oklch(0.796 0.099 251.8)CMYK
cmyk(44%, 23%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#68ACFA
2#4297F8
3#1C82F7
4#086FE3
5#075CBD
6#054A98
7#043772
8#03254C
9#011226
Tints
Lighter variations
1#99C7FB
2#A4CDFC
3#B0D3FC
4#BBDAFD
5#C6E0FD
6#D2E6FD
7#DDECFE
8#E8F3FE
9#F4F9FF
Tones
Muted variations
1#93C1F5
2#99C1F0
3#9EC2EB
4#A4C2E5
5#A9C3E0
6#AFC3DA
7#B4C3D5
8#B9C4CF
9#BFC4CA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F7 #F0F7FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDEC #DDECFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFDC #BFDCFD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EC1 #8EC1FB | BordersInactive statesPlaceholder text |
| 400 | 53A0 #53A0F9 | Disabled statesSecondary iconsMuted text |
| 500 | 2285 #2285F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0869 #0869D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0654 #0654AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 043C #043C7B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0326 #03264F | Primary textHigh emphasis contentDark headings |
| 950 | 0218 #021831 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0F7FE;
--sky-blue-100: #DDECFE;
--sky-blue-200: #BFDCFD;
--sky-blue-300: #8EC1FB;
--sky-blue-400: #53A0F9;
--sky-blue-500: #2285F7;
--sky-blue-600: #0869D9;
--sky-blue-700: #0654AC;
--sky-blue-800: #043C7B;
--sky-blue-900: #03264F;
--sky-blue-950: #021831;
}