Sky Blue
#8DD9FC
BlueColor Codes
All color formats for development
HEX
#8DD9FCRGB
rgb(141, 217, 252)HSL
hsl(199, 95%, 77%)OKLCH
oklch(0.848 0.09 228.8)CMYK
cmyk(44%, 14%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#66CCFB
2#40BFFA
3#1AB2F9
4#069FE6
5#0584BF
6#046A99
7#034F73
8#02354D
9#011A26
Tints
Lighter variations
1#98DDFC
2#A4E0FD
3#AFE4FD
4#BAE8FD
5#C6ECFE
6#D1F0FE
7#DDF4FE
8#E8F7FE
9#F4FBFF
Tones
Muted variations
1#92D7F6
2#98D5F1
3#9DD3EB
4#A3D1E6
5#A8CFE0
6#AECDDB
7#B4CAD5
8#B9C8CF
9#BFC6CA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FA #F0FAFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCF3 #DCF3FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEE9 #BEE9FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DD9 #8DD9FC | BordersInactive statesPlaceholder text |
| 400 | 51C5 #51C5FB | Disabled statesSecondary iconsMuted text |
| 500 | 1FB4 #1FB4F9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0697 #0697DB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0478 #0478AE | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0356 #03567C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0237 #023750 | Primary textHigh emphasis contentDark headings |
| 950 | 0122 #012232 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0FAFF;
--sky-blue-100: #DCF3FE;
--sky-blue-200: #BEE9FD;
--sky-blue-300: #8DD9FC;
--sky-blue-400: #51C5FB;
--sky-blue-500: #1FB4F9;
--sky-blue-600: #0697DB;
--sky-blue-700: #0478AE;
--sky-blue-800: #03567C;
--sky-blue-900: #023750;
--sky-blue-950: #012232;
}