Sky Blue
#8DDBFC
BlueColor Codes
All color formats for development
HEX
#8DDBFCRGB
rgb(141, 219, 252)HSL
hsl(198, 95%, 77%)OKLCH
oklch(0.853 0.089 226.7)CMYK
cmyk(44%, 13%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#66CEFB
2#40C2FA
3#1AB6F9
4#06A3E6
5#0587BF
6#046C99
7#035173
8#02364D
9#011B26
Tints
Lighter variations
1#98DEFC
2#A4E2FD
3#AFE6FD
4#BAE9FD
5#C6EDFE
6#D1F0FE
7#DDF4FE
8#E8F8FE
9#F4FBFF
Tones
Muted variations
1#92D8F6
2#98D6F1
3#9DD4EB
4#A3D2E6
5#A8CFE0
6#AECDDB
7#B4CBD5
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 | BEEA #BEEAFD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DDB #8DDBFC | BordersInactive statesPlaceholder text |
| 400 | 51C8 #51C8FB | Disabled statesSecondary iconsMuted text |
| 500 | 1FB8 #1FB8F9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 069B #069BDB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 047B #047BAE | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0358 #03587C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0238 #023850 | Primary textHigh emphasis contentDark headings |
| 950 | 0123 #012332 | 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: #BEEAFD;
--sky-blue-300: #8DDBFC;
--sky-blue-400: #51C8FB;
--sky-blue-500: #1FB8F9;
--sky-blue-600: #069BDB;
--sky-blue-700: #047BAE;
--sky-blue-800: #03587C;
--sky-blue-900: #023850;
--sky-blue-950: #012332;
}