Sky Blue
#9BCAED
BlueColor Codes
All color formats for development
HEX
#9BCAEDRGB
rgb(155, 202, 237)HSL
hsl(206, 69%, 77%)OKLCH
oklch(0.818 0.07 240.9)CMYK
cmyk(35%, 15%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7BB8E7
2#5AA6E1
3#3894DB
4#2581C7
5#1E6BA6
6#185685
7#124064
8#0C2B42
9#061521
Tints
Lighter variations
1#A6CFEF
2#B0D4F0
3#BADAF2
4#C4DFF4
5#CDE4F6
6#D7EAF8
7#E1EFFA
8#EBF4FB
9#F5FAFD
Tones
Muted variations
1#A0C9E9
2#A4C9E5
3#A8C8E1
4#ACC8DD
5#B0C7D9
6#B4C7D5
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 #C7E1F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CCA #9CCAED | BordersInactive statesPlaceholder text |
| 400 | 68AE #68AEE3 | Disabled statesSecondary iconsMuted text |
| 500 | 3D97 #3D97DB | Primary brand colorCTAsActive elementsLinks |
| 600 | 237B #237BBE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C61 #1C6197 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1446 #14466C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D2D #0D2D45 | 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: #C7E1F5;
--sky-blue-300: #9CCAED;
--sky-blue-400: #68AEE3;
--sky-blue-500: #3D97DB;
--sky-blue-600: #237BBE;
--sky-blue-700: #1C6197;
--sky-blue-800: #14466C;
--sky-blue-900: #0D2D45;
--sky-blue-950: #081C2B;
}