Sky Blue
#93CBF6
BlueColor Codes
All color formats for development
HEX
#93CBF6RGB
rgb(147, 203, 246)HSL
hsl(206, 85%, 77%)OKLCH
oklch(0.819 0.084 242.1)CMYK
cmyk(40%, 17%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6EBAF3
2#4AA8F0
3#2697ED
4#1283DA
5#0F6DB6
6#0C5791
7#09426D
8#062C49
9#031624
Tints
Lighter variations
1#9DD0F7
2#A8D5F8
3#B3DBF9
4#BEE0FA
5#C9E5FB
6#D4EAFB
7#DEEFFC
8#E9F5FD
9#F4FAFE
Tones
Muted variations
1#97CAF1
2#9CCAEC
3#A1C9E7
4#A6C8E2
5#ABC8DD
6#B0C7D8
7#B5C6D3
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 | DEEF #DEEFFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2E2 #C2E2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 92CB #92CBF6 | BordersInactive statesPlaceholder text |
| 400 | 5AB0 #5AB0F2 | Disabled statesSecondary iconsMuted text |
| 500 | 2B99 #2B99EE | Primary brand colorCTAsActive elementsLinks |
| 600 | 117D #117DD0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0D63 #0D63A5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A47 #0A4776 | Text on light backgroundsHeadingsStrong borders |
| 900 | 062D #062D4B | Primary textHigh emphasis contentDark headings |
| 950 | 041C #041C2F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1F8FE;
--sky-blue-100: #DEEFFC;
--sky-blue-200: #C2E2FA;
--sky-blue-300: #92CBF6;
--sky-blue-400: #5AB0F2;
--sky-blue-500: #2B99EE;
--sky-blue-600: #117DD0;
--sky-blue-700: #0D63A5;
--sky-blue-800: #0A4776;
--sky-blue-900: #062D4B;
--sky-blue-950: #041C2F;
}