Sky Blue
#8DDAFB
BlueColor Codes
All color formats for development
HEX
#8DDAFBRGB
rgb(141, 218, 251)HSL
hsl(198, 93%, 77%)OKLCH
oklch(0.85 0.089 227)CMYK
cmyk(44%, 13%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#68CEFA
2#42C2F8
3#1CB5F7
4#08A2E3
5#0787BD
6#056C98
7#045172
8#03364C
9#011B26
Tints
Lighter variations
1#99DEFB
2#A4E2FC
3#B0E5FC
4#BBE9FD
5#C6EDFD
6#D2F0FD
7#DDF4FE
8#E8F8FE
9#F4FBFF
Tones
Muted variations
1#93D8F5
2#99D6F0
3#9ED4EB
4#A4D1E5
5#A9CFE0
6#AFCDDA
7#B4CBD5
8#B9C9CF
9#BFC7CA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FA #F0FAFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDF4 #DDF4FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFEA #BFEAFD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EDA #8EDAFB | BordersInactive statesPlaceholder text |
| 400 | 53C7 #53C7F9 | Disabled statesSecondary iconsMuted text |
| 500 | 22B7 #22B7F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 089A #089AD9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 067A #067AAC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0457 #04577B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0338 #03384F | Primary textHigh emphasis contentDark headings |
| 950 | 0223 #022331 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0FAFE;
--sky-blue-100: #DDF4FE;
--sky-blue-200: #BFEAFD;
--sky-blue-300: #8EDAFB;
--sky-blue-400: #53C7F9;
--sky-blue-500: #22B7F7;
--sky-blue-600: #089AD9;
--sky-blue-700: #067AAC;
--sky-blue-800: #04577B;
--sky-blue-900: #03384F;
--sky-blue-950: #022331;
}