Sky Blue
#9BD2ED
BlueColor Codes
All color formats for development
HEX
#9BD2EDRGB
rgb(155, 210, 237)HSL
hsl(200, 69%, 77%)OKLCH
oklch(0.835 0.068 229.7)CMYK
cmyk(35%, 11%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7BC3E7
2#5AB4E1
3#38A4DB
4#2591C7
5#1E79A6
6#186185
7#124864
8#0C3042
9#061821
Tints
Lighter variations
1#A6D6EF
2#B0DBF0
3#BADFF2
4#C4E4F4
5#CDE8F6
6#D7EDF8
7#E1F1FA
8#EBF6FB
9#F5FAFD
Tones
Muted variations
1#A0D0E9
2#A4CFE5
3#A8CEE1
4#ACCCDD
5#B0CBD9
6#B4CAD5
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 | 9CD2 #9CD2ED | BordersInactive statesPlaceholder text |
| 400 | 68BA #68BAE3 | Disabled statesSecondary iconsMuted text |
| 500 | 3DA7 #3DA7DB | Primary brand colorCTAsActive elementsLinks |
| 600 | 238A #238ABE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C6E #1C6E97 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 144E #144E6C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D32 #0D3245 | 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: #9CD2ED;
--sky-blue-400: #68BAE3;
--sky-blue-500: #3DA7DB;
--sky-blue-600: #238ABE;
--sky-blue-700: #1C6E97;
--sky-blue-800: #144E6C;
--sky-blue-900: #0D3245;
--sky-blue-950: #081F2B;
}