Sky Blue
#9CD0ED
BlueColor Codes
All color formats for development
HEX
#9CD0EDRGB
rgb(156, 208, 237)HSL
hsl(201, 69%, 77%)OKLCH
oklch(0.831 0.068 233)CMYK
cmyk(34%, 12%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7BC1E7
2#5AB1E1
3#38A2DB
4#258EC7
5#1E76A6
6#185F85
7#124764
8#0C2F42
9#061821
Tints
Lighter variations
1#A6D5EF
2#B0DAF0
3#BADEF2
4#C4E3F4
5#CDE8F6
6#D7ECF8
7#E1F1FA
8#EBF6FB
9#F5FAFD
Tones
Muted variations
1#A0CFE9
2#A4CEE5
3#A8CDE1
4#ACCCDD
5#B0CAD9
6#B4C9D5
7#B8C8D0
8#BCC7CC
9#C0C6C8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F9 #F2F9FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F1 #E1F1F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7E5 #C7E5F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CD0 #9CD0ED | BordersInactive statesPlaceholder text |
| 400 | 68B8 #68B8E3 | Disabled statesSecondary iconsMuted text |
| 500 | 3DA4 #3DA4DB | Primary brand colorCTAsActive elementsLinks |
| 600 | 2387 #2387BE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C6C #1C6C97 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 144D #144D6C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D31 #0D3145 | Primary textHigh emphasis contentDark headings |
| 950 | 081F #081F2B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2F9FD;
--sky-blue-100: #E1F1F9;
--sky-blue-200: #C7E5F5;
--sky-blue-300: #9CD0ED;
--sky-blue-400: #68B8E3;
--sky-blue-500: #3DA4DB;
--sky-blue-600: #2387BE;
--sky-blue-700: #1C6C97;
--sky-blue-800: #144D6C;
--sky-blue-900: #0D3145;
--sky-blue-950: #081F2B;
}