Sky Blue
#8DC1FC
BlueColor Codes
All color formats for development
HEX
#8DC1FCRGB
rgb(141, 193, 252)HSL
hsl(212, 95%, 77%)OKLCH
oklch(0.797 0.101 252.2)CMYK
cmyk(44%, 23%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#66ACFB
2#4097FA
3#1A82F9
4#066EE6
5#055CBF
6#044A99
7#033773
8#02254D
9#011226
Tints
Lighter variations
1#98C7FC
2#A4CDFD
3#AFD3FD
4#BADAFD
5#C6E0FE
6#D1E6FE
7#DDECFE
8#E8F3FE
9#F4F9FF
Tones
Muted variations
1#92C1F6
2#98C1F1
3#9DC2EB
4#A3C2E6
5#A8C2E0
6#AEC3DB
7#B4C3D5
8#B9C4CF
9#BFC4CA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F7 #F0F7FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCEC #DCECFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEDC #BEDCFD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DC1 #8DC1FC | BordersInactive statesPlaceholder text |
| 400 | 51A0 #51A0FB | Disabled statesSecondary iconsMuted text |
| 500 | 1F85 #1F85F9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0669 #0669DB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0454 #0454AE | Active/pressed statesDark mode accentsSecondary text |
| 800 | 033C #033C7C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0226 #022650 | Primary textHigh emphasis contentDark headings |
| 950 | 0118 #011832 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0F7FF;
--sky-blue-100: #DCECFE;
--sky-blue-200: #BEDCFD;
--sky-blue-300: #8DC1FC;
--sky-blue-400: #51A0FB;
--sky-blue-500: #1F85F9;
--sky-blue-600: #0669DB;
--sky-blue-700: #0454AE;
--sky-blue-800: #033C7C;
--sky-blue-900: #022650;
--sky-blue-950: #011832;
}