Sky Blue
#8DD7FC
BlueColor Codes
All color formats for development
HEX
#8DD7FCRGB
rgb(141, 215, 252)HSL
hsl(200, 95%, 77%)OKLCH
oklch(0.844 0.09 230.9)CMYK
cmyk(44%, 15%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#66CAFB
2#40BCFA
3#1AAFF9
4#069BE6
5#0581BF
6#046799
7#034E73
8#02344D
9#011A26
Tints
Lighter variations
1#98DBFC
2#A4DFFD
3#AFE3FD
4#BAE7FD
5#C6EBFE
6#D1EFFE
7#DDF3FE
8#E8F7FE
9#F4FBFF
Tones
Muted variations
1#92D5F6
2#98D3F1
3#9DD1EB
4#A3CFE6
5#A8CEE0
6#AECCDB
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 | BEE8 #BEE8FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DD7 #8DD7FC | BordersInactive statesPlaceholder text |
| 400 | 51C2 #51C2FB | Disabled statesSecondary iconsMuted text |
| 500 | 1FB1 #1FB1F9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0694 #0694DB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0476 #0476AE | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0354 #03547C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0236 #023650 | 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: #BEE8FD;
--sky-blue-300: #8DD7FC;
--sky-blue-400: #51C2FB;
--sky-blue-500: #1FB1F9;
--sky-blue-600: #0694DB;
--sky-blue-700: #0476AE;
--sky-blue-800: #03547C;
--sky-blue-900: #023650;
--sky-blue-950: #012232;
}