Sky Blue
#9BCDEE
BlueColor Codes
All color formats for development
HEX
#9BCDEERGB
rgb(155, 205, 238)HSL
hsl(204, 71%, 77%)OKLCH
oklch(0.825 0.07 237.6)CMYK
cmyk(35%, 14%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#79BCE8
2#58ABE3
3#369ADD
4#2287C9
5#1C70A8
6#175A86
7#114365
8#0B2D43
9#061622
Tints
Lighter variations
1#A5D2F0
2#AFD7F1
3#B9DCF3
4#C3E1F5
5#CDE6F6
6#D7EBF8
7#E1F0FA
8#EBF5FC
9#F5FAFD
Tones
Muted variations
1#9FCCEA
2#A3CBE6
3#A7CAE1
4#ABC9DD
5#B0C9D9
6#B4C8D5
7#B8C7D1
8#BCC6CD
9#C0C5C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F8 #F2F8FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0F0 #E0F0FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6E3 #C6E3F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BCD #9BCDEE | BordersInactive statesPlaceholder text |
| 400 | 66B2 #66B2E5 | Disabled statesSecondary iconsMuted text |
| 500 | 3B9D #3B9DDE | Primary brand colorCTAsActive elementsLinks |
| 600 | 2180 #2180C0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1A66 #1A6699 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1249 #12496D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C2F #0C2F46 | Primary textHigh emphasis contentDark headings |
| 950 | 071D #071D2C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2F8FD;
--sky-blue-100: #E0F0FA;
--sky-blue-200: #C6E3F5;
--sky-blue-300: #9BCDEE;
--sky-blue-400: #66B2E5;
--sky-blue-500: #3B9DDE;
--sky-blue-600: #2180C0;
--sky-blue-700: #1A6699;
--sky-blue-800: #12496D;
--sky-blue-900: #0C2F46;
--sky-blue-950: #071D2C;
}