Sky Blue
#93D3F6
BlueColor Codes
All color formats for development
HEX
#93D3F6RGB
rgb(147, 211, 246)HSL
hsl(201, 85%, 77%)OKLCH
oklch(0.836 0.081 233)CMYK
cmyk(40%, 14%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6EC5F3
2#4AB6F0
3#26A7ED
4#1294DA
5#0F7BB6
6#0C6391
7#094A6D
8#063149
9#031924
Tints
Lighter variations
1#9DD8F7
2#A8DCF8
3#B3E0F9
4#BEE5FA
5#C9E9FB
6#D4EEFB
7#DEF2FC
8#E9F6FD
9#F4FBFE
Tones
Muted variations
1#97D2F1
2#9CD0EC
3#A1CFE7
4#A6CDE2
5#ABCCDD
6#B0CAD8
7#B5C9D3
8#BAC7CE
9#BFC6C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F9 #F1F9FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEF2 #DEF2FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2E6 #C2E6FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 92D3 #92D3F6 | BordersInactive statesPlaceholder text |
| 400 | 5ABD #5ABDF2 | Disabled statesSecondary iconsMuted text |
| 500 | 2BAA #2BAAEE | Primary brand colorCTAsActive elementsLinks |
| 600 | 118D #118DD0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0D70 #0D70A5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A50 #0A5076 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0633 #06334B | Primary textHigh emphasis contentDark headings |
| 950 | 0420 #04202F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1F9FE;
--sky-blue-100: #DEF2FC;
--sky-blue-200: #C2E6FA;
--sky-blue-300: #92D3F6;
--sky-blue-400: #5ABDF2;
--sky-blue-500: #2BAAEE;
--sky-blue-600: #118DD0;
--sky-blue-700: #0D70A5;
--sky-blue-800: #0A5076;
--sky-blue-900: #06334B;
--sky-blue-950: #04202F;
}