Sky Blue
#9BCBED
BlueColor Codes
All color formats for development
HEX
#9BCBEDRGB
rgb(155, 203, 237)HSL
hsl(205, 69%, 77%)OKLCH
oklch(0.82 0.07 239.5)CMYK
cmyk(35%, 14%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7BBAE7
2#5AA8E1
3#3897DB
4#2583C7
5#1E6DA6
6#185885
7#124264
8#0C2C42
9#061621
Tints
Lighter variations
1#A6D0EF
2#B0D5F0
3#BADBF2
4#C4E0F4
5#CDE5F6
6#D7EAF8
7#E1EFFA
8#EBF5FB
9#F5FAFD
Tones
Muted variations
1#A0CAE9
2#A4CAE5
3#A8C9E1
4#ACC8DD
5#B0C8D9
6#B4C7D5
7#B8C6D0
8#BCC6CC
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 | C7E2 #C7E2F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CCB #9CCBED | BordersInactive statesPlaceholder text |
| 400 | 68B0 #68B0E3 | Disabled statesSecondary iconsMuted text |
| 500 | 3D99 #3D99DB | Primary brand colorCTAsActive elementsLinks |
| 600 | 237D #237DBE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C64 #1C6497 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1447 #14476C | 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: #C7E2F5;
--sky-blue-300: #9CCBED;
--sky-blue-400: #68B0E3;
--sky-blue-500: #3D99DB;
--sky-blue-600: #237DBE;
--sky-blue-700: #1C6497;
--sky-blue-800: #14476C;
--sky-blue-900: #0D2D45;
--sky-blue-950: #081C2B;
}