Sky Blue
#8CBFFD
BlueColor Codes
All color formats for development
HEX
#8CBFFDRGB
rgb(140, 191, 253)HSL
hsl(213, 97%, 77%)OKLCH
oklch(0.792 0.104 253.8)CMYK
cmyk(45%, 25%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#65A9FD
2#3E94FC
3#177EFB
4#046AE8
5#0359C1
6#02479B
7#023574
8#01234D
9#011227
Tints
Lighter variations
1#97C5FD
2#A3CCFE
3#AED2FE
4#BAD8FE
5#C5DFFE
6#D1E5FE
7#DCECFE
8#E8F2FF
9#F3F9FF
Tones
Muted variations
1#91BFF8
2#97C0F2
3#9DC0EC
4#A2C1E6
5#A8C2E1
6#AEC2DB
7#B3C3D5
8#B9C3D0
9#BFC4CA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F7 #F0F7FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCEB #DCEBFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEDB #BEDBFE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BBF #8BBFFD | BordersInactive statesPlaceholder text |
| 400 | 4F9D #4F9DFC | Disabled statesSecondary iconsMuted text |
| 500 | 1D81 #1D81FC | Primary brand colorCTAsActive elementsLinks |
| 600 | 0365 #0365DD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0351 #0351B0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 023A #023A7E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0125 #012550 | Primary textHigh emphasis contentDark headings |
| 950 | 0117 #011732 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0F7FF;
--sky-blue-100: #DCEBFE;
--sky-blue-200: #BEDBFE;
--sky-blue-300: #8BBFFD;
--sky-blue-400: #4F9DFC;
--sky-blue-500: #1D81FC;
--sky-blue-600: #0365DD;
--sky-blue-700: #0351B0;
--sky-blue-800: #023A7E;
--sky-blue-900: #012550;
--sky-blue-950: #011732;
}