Sky Blue
#93CDF6
BlueColor Codes
All color formats for development
HEX
#93CDF6RGB
rgb(147, 205, 246)HSL
hsl(205, 85%, 77%)OKLCH
oklch(0.823 0.083 239.8)CMYK
cmyk(40%, 17%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6EBCF3
2#4AABF0
3#269AED
4#1286DA
5#0F70B6
6#0C5A91
7#09436D
8#062D49
9#031624
Tints
Lighter variations
1#9DD2F7
2#A8D7F8
3#B3DCF9
4#BEE1FA
5#C9E6FB
6#D4EBFB
7#DEF0FC
8#E9F5FD
9#F4FAFE
Tones
Muted variations
1#97CCF1
2#9CCBEC
3#A1CAE7
4#A6C9E2
5#ABC9DD
6#B0C8D8
7#B5C7D3
8#BAC6CE
9#BFC5C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F8 #F1F8FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEF0 #DEF0FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2E3 #C2E3FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 92CD #92CDF6 | BordersInactive statesPlaceholder text |
| 400 | 5AB2 #5AB2F2 | Disabled statesSecondary iconsMuted text |
| 500 | 2B9D #2B9DEE | Primary brand colorCTAsActive elementsLinks |
| 600 | 1180 #1180D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0D66 #0D66A5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A49 #0A4976 | Text on light backgroundsHeadingsStrong borders |
| 900 | 062F #062F4B | Primary textHigh emphasis contentDark headings |
| 950 | 041D #041D2F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1F8FE;
--sky-blue-100: #DEF0FC;
--sky-blue-200: #C2E3FA;
--sky-blue-300: #92CDF6;
--sky-blue-400: #5AB2F2;
--sky-blue-500: #2B9DEE;
--sky-blue-600: #1180D0;
--sky-blue-700: #0D66A5;
--sky-blue-800: #0A4976;
--sky-blue-900: #062F4B;
--sky-blue-950: #041D2F;
}