Sky Blue
#8DD7FB
BlueColor Codes
All color formats for development
HEX
#8DD7FBRGB
rgb(141, 215, 251)HSL
hsl(200, 93%, 77%)OKLCH
oklch(0.844 0.089 230.2)CMYK
cmyk(44%, 14%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#68C9FA
2#42BBF8
3#1CAEF7
4#089AE3
5#0781BD
6#056798
7#044D72
8#03334C
9#011A26
Tints
Lighter variations
1#99DBFB
2#A4DFFC
3#B0E3FC
4#BBE7FD
5#C6EBFD
6#D2EFFD
7#DDF3FE
8#E8F7FE
9#F4FBFF
Tones
Muted variations
1#93D5F5
2#99D3F0
3#9ED1EB
4#A4CFE5
5#A9CDE0
6#AFCCDA
7#B4CAD5
8#B9C8CF
9#BFC6CA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FA #F0FAFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDF3 #DDF3FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFE8 #BFE8FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8ED7 #8ED7FB | BordersInactive statesPlaceholder text |
| 400 | 53C1 #53C1F9 | Disabled statesSecondary iconsMuted text |
| 500 | 22B0 #22B0F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0893 #0893D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0675 #0675AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0454 #04547B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0335 #03354F | 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: #DDF3FE;
--sky-blue-200: #BFE8FD;
--sky-blue-300: #8ED7FB;
--sky-blue-400: #53C1F9;
--sky-blue-500: #22B0F7;
--sky-blue-600: #0893D9;
--sky-blue-700: #0675AC;
--sky-blue-800: #04547B;
--sky-blue-900: #03354F;
--sky-blue-950: #022131;
}