Sky Blue
#9CC7ED
BlueColor Codes
All color formats for development
HEX
#9CC7EDRGB
rgb(156, 199, 237)HSL
hsl(208, 69%, 77%)OKLCH
oklch(0.812 0.071 245.5)CMYK
cmyk(34%, 16%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7BB4E7
2#5AA2E1
3#388FDB
4#257BC7
5#1E67A6
6#185285
7#123E64
8#0C2942
9#061521
Tints
Lighter variations
1#A6CDEF
2#B0D2F0
3#BAD8F2
4#C4DDF4
5#CDE3F6
6#D7E9F8
7#E1EEFA
8#EBF4FB
9#F5F9FD
Tones
Muted variations
1#A0C7E9
2#A4C7E5
3#A8C6E1
4#ACC6DD
5#B0C6D9
6#B4C5D5
7#B8C5D0
8#BCC5CC
9#C0C5C8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F8 #F2F8FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1EE #E1EEF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7DF #C7DFF5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CC7 #9CC7ED | BordersInactive statesPlaceholder text |
| 400 | 68AA #68AAE3 | Disabled statesSecondary iconsMuted text |
| 500 | 3D92 #3D92DB | Primary brand colorCTAsActive elementsLinks |
| 600 | 2375 #2375BE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C5D #1C5D97 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1443 #14436C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D2B #0D2B45 | Primary textHigh emphasis contentDark headings |
| 950 | 081B #081B2B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2F8FD;
--sky-blue-100: #E1EEF9;
--sky-blue-200: #C7DFF5;
--sky-blue-300: #9CC7ED;
--sky-blue-400: #68AAE3;
--sky-blue-500: #3D92DB;
--sky-blue-600: #2375BE;
--sky-blue-700: #1C5D97;
--sky-blue-800: #14436C;
--sky-blue-900: #0D2B45;
--sky-blue-950: #081B2B;
}