Sky Blue
#8DDCFC
BlueColor Codes
All color formats for development
HEX
#8DDCFCRGB
rgb(141, 220, 252)HSL
hsl(197, 95%, 77%)OKLCH
oklch(0.855 0.089 225.7)CMYK
cmyk(44%, 13%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#66D1FB
2#40C5FA
3#1ABAF9
4#06A6E6
5#058BBF
6#046F99
7#035373
8#02374D
9#011C26
Tints
Lighter variations
1#98E0FC
2#A4E3FD
3#AFE7FD
4#BAEAFD
5#C6EEFE
6#D1F1FE
7#DDF5FE
8#E8F8FE
9#F4FCFF
Tones
Muted variations
1#92DAF6
2#98D8F1
3#9DD5EB
4#A3D3E6
5#A8D0E0
6#AECEDB
7#B4CCD5
8#B9C9CF
9#BFC7CA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FA #F0FAFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCF4 #DCF4FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEEB #BEEBFD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DDC #8DDCFC | BordersInactive statesPlaceholder text |
| 400 | 51CA #51CAFB | Disabled statesSecondary iconsMuted text |
| 500 | 1FBB #1FBBF9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 069E #069EDB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 047E #047EAE | Active/pressed statesDark mode accentsSecondary text |
| 800 | 035A #035A7C | Text on light backgroundsHeadingsStrong borders |
| 900 | 023A #023A50 | Primary textHigh emphasis contentDark headings |
| 950 | 0124 #012432 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0FAFF;
--sky-blue-100: #DCF4FE;
--sky-blue-200: #BEEBFD;
--sky-blue-300: #8DDCFC;
--sky-blue-400: #51CAFB;
--sky-blue-500: #1FBBF9;
--sky-blue-600: #069EDB;
--sky-blue-700: #047EAE;
--sky-blue-800: #035A7C;
--sky-blue-900: #023A50;
--sky-blue-950: #012432;
}