Sky Blue
#9CD9ED
BlueColor Codes
All color formats for development
HEX
#9CD9EDRGB
rgb(156, 217, 237)HSL
hsl(195, 69%, 77%)OKLCH
oklch(0.851 0.068 220.2)CMYK
cmyk(34%, 8%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7BCCE7
2#5ABFE1
3#38B2DB
4#259EC7
5#1E84A6
6#186A85
7#124F64
8#0C3542
9#061A21
Tints
Lighter variations
1#A6DCEF
2#B0E0F0
3#BAE4F2
4#C4E8F4
5#CDECF6
6#D7F0F8
7#E1F3FA
8#EBF7FB
9#F5FBFD
Tones
Muted variations
1#A0D7E9
2#A4D5E5
3#A8D3E1
4#ACD0DD
5#B0CED9
6#B4CCD5
7#B8CAD0
8#BCC8CC
9#C0C6C8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FA #F2FAFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F3 #E1F3F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7E9 #C7E9F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CD9 #9CD9ED | BordersInactive statesPlaceholder text |
| 400 | 68C5 #68C5E3 | Disabled statesSecondary iconsMuted text |
| 500 | 3DB4 #3DB4DB | Primary brand colorCTAsActive elementsLinks |
| 600 | 2397 #2397BE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C78 #1C7897 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1456 #14566C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D37 #0D3745 | Primary textHigh emphasis contentDark headings |
| 950 | 0822 #08222B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FAFD;
--sky-blue-100: #E1F3F9;
--sky-blue-200: #C7E9F5;
--sky-blue-300: #9CD9ED;
--sky-blue-400: #68C5E3;
--sky-blue-500: #3DB4DB;
--sky-blue-600: #2397BE;
--sky-blue-700: #1C7897;
--sky-blue-800: #14566C;
--sky-blue-900: #0D3745;
--sky-blue-950: #08222B;
}