Sky Blue
#8DCCFC
BlueColor Codes
All color formats for development
HEX
#8DCCFCRGB
rgb(141, 204, 252)HSL
hsl(206, 95%, 77%)OKLCH
oklch(0.82 0.094 242.1)CMYK
cmyk(44%, 19%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#66BBFB
2#40A9FA
3#1A98F9
4#0685E6
5#056FBF
6#045899
7#034273
8#022C4D
9#011626
Tints
Lighter variations
1#98D1FC
2#A4D6FD
3#AFDBFD
4#BAE0FD
5#C6E5FE
6#D1EBFE
7#DDF0FE
8#E8F5FE
9#F4FAFF
Tones
Muted variations
1#92CBF6
2#98CAF1
3#9DCAEB
4#A3C9E6
5#A8C8E0
6#AEC7DB
7#B4C7D5
8#B9C6CF
9#BFC5CA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F8 #F0F8FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCEF #DCEFFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEE2 #BEE2FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DCC #8DCCFC | BordersInactive statesPlaceholder text |
| 400 | 51B1 #51B1FB | Disabled statesSecondary iconsMuted text |
| 500 | 1F9B #1F9BF9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 067E #067EDB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0465 #0465AE | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0348 #03487C | Text on light backgroundsHeadingsStrong borders |
| 900 | 022E #022E50 | Primary textHigh emphasis contentDark headings |
| 950 | 011D #011D32 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0F8FF;
--sky-blue-100: #DCEFFE;
--sky-blue-200: #BEE2FD;
--sky-blue-300: #8DCCFC;
--sky-blue-400: #51B1FB;
--sky-blue-500: #1F9BF9;
--sky-blue-600: #067EDB;
--sky-blue-700: #0465AE;
--sky-blue-800: #03487C;
--sky-blue-900: #022E50;
--sky-blue-950: #011D32;
}