Sky Blue
#9CC8ED
BlueColor Codes
All color formats for development
HEX
#9CC8EDRGB
rgb(156, 200, 237)HSL
hsl(207, 69%, 77%)OKLCH
oklch(0.814 0.07 244.2)CMYK
cmyk(34%, 16%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7BB6E7
2#5AA4E1
3#3892DB
4#257EC7
5#1E69A6
6#185485
7#123F64
8#0C2A42
9#061521
Tints
Lighter variations
1#A6CEEF
2#B0D3F0
3#BAD9F2
4#C4DEF4
5#CDE4F6
6#D7E9F8
7#E1EFFA
8#EBF4FB
9#F5FAFD
Tones
Muted variations
1#A0C8E9
2#A4C8E5
3#A8C7E1
4#ACC7DD
5#B0C6D9
6#B4C6D5
7#B8C6D0
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 | C7E0 #C7E0F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CC8 #9CC8ED | BordersInactive statesPlaceholder text |
| 400 | 68AC #68ACE3 | Disabled statesSecondary iconsMuted text |
| 500 | 3D94 #3D94DB | Primary brand colorCTAsActive elementsLinks |
| 600 | 2378 #2378BE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C5F #1C5F97 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1444 #14446C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D2C #0D2C45 | 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: #C7E0F5;
--sky-blue-300: #9CC8ED;
--sky-blue-400: #68ACE3;
--sky-blue-500: #3D94DB;
--sky-blue-600: #2378BE;
--sky-blue-700: #1C5F97;
--sky-blue-800: #14446C;
--sky-blue-900: #0D2C45;
--sky-blue-950: #081B2B;
}