Sky Blue
#9DCAEC
BlueColor Codes
All color formats for development
HEX
#9DCAECRGB
rgb(157, 202, 236)HSL
hsl(206, 68%, 77%)OKLCH
oklch(0.819 0.068 241.2)CMYK
cmyk(33%, 14%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7BB8E6
2#5AA6E0
3#3A94D9
4#2680C6
5#1F6BA5
6#195684
7#134063
8#0D2B42
9#061521
Tints
Lighter variations
1#A6CFEE
2#B0D4F0
3#BADAF2
4#C4DFF4
5#CEE4F6
6#D8EAF7
7#E1EFF9
8#EBF4FB
9#F5FAFD
Tones
Muted variations
1#A0C9E8
2#A4C9E4
3#A8C8E0
4#ACC8DC
5#B0C7D8
6#B4C6D4
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 | E1EF #E1EFF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7E1 #C7E1F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CCA #9CCAEC | BordersInactive statesPlaceholder text |
| 400 | 69AE #69AEE2 | Disabled statesSecondary iconsMuted text |
| 500 | 3E97 #3E97DA | Primary brand colorCTAsActive elementsLinks |
| 600 | 247A #247ABC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D61 #1D6196 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1446 #14466B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D2C #0D2C45 | Primary textHigh emphasis contentDark headings |
| 950 | 081C #081C2B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2F8FD;
--sky-blue-100: #E1EFF9;
--sky-blue-200: #C7E1F4;
--sky-blue-300: #9CCAEC;
--sky-blue-400: #69AEE2;
--sky-blue-500: #3E97DA;
--sky-blue-600: #247ABC;
--sky-blue-700: #1D6196;
--sky-blue-800: #14466B;
--sky-blue-900: #0D2C45;
--sky-blue-950: #081C2B;
}