Sky Blue
#8ED5FB
BlueColor Codes
All color formats for development
HEX
#8ED5FBRGB
rgb(142, 213, 251)HSL
hsl(201, 93%, 77%)OKLCH
oklch(0.84 0.089 232.7)CMYK
cmyk(43%, 15%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#68C7FA
2#42B8F8
3#1CAAF7
4#0897E3
5#077EBD
6#056498
7#044B72
8#03324C
9#011926
Tints
Lighter variations
1#99D9FB
2#A4DDFC
3#B0E1FC
4#BBE6FD
5#C6EAFD
6#D2EEFD
7#DDF2FE
8#E8F7FE
9#F4FBFF
Tones
Muted variations
1#93D3F5
2#99D1F0
3#9ED0EB
4#A4CEE5
5#A9CDE0
6#AFCBDA
7#B4C9D5
8#B9C8CF
9#BFC6CA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F9 #F0F9FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDF2 #DDF2FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFE7 #BFE7FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8ED5 #8ED5FB | BordersInactive statesPlaceholder text |
| 400 | 53BF #53BFF9 | Disabled statesSecondary iconsMuted text |
| 500 | 22AC #22ACF7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0890 #0890D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0672 #0672AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0452 #04527B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0334 #03344F | 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: #F0F9FE;
--sky-blue-100: #DDF2FE;
--sky-blue-200: #BFE7FD;
--sky-blue-300: #8ED5FB;
--sky-blue-400: #53BFF9;
--sky-blue-500: #22ACF7;
--sky-blue-600: #0890D9;
--sky-blue-700: #0672AC;
--sky-blue-800: #04527B;
--sky-blue-900: #03344F;
--sky-blue-950: #022131;
}