Sky Blue
#92CEF6
BlueColor Codes
All color formats for development
HEX
#92CEF6RGB
rgb(146, 206, 246)HSL
hsl(204, 85%, 77%)OKLCH
oklch(0.825 0.083 238.3)CMYK
cmyk(41%, 16%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6EBEF3
2#4AAEF0
3#269DED
4#128ADA
5#0F73B6
6#0C5C91
7#09456D
8#062E49
9#031724
Tints
Lighter variations
1#9DD3F7
2#A8D8F8
3#B3DDF9
4#BEE2FA
5#C9E7FB
6#D4ECFB
7#DEF0FC
8#E9F5FD
9#F4FAFE
Tones
Muted variations
1#97CDF1
2#9CCCEC
3#A1CBE7
4#A6CAE2
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 | F1F9 #F1F9FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEF0 #DEF0FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2E3 #C2E3FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 92CE #92CEF6 | BordersInactive statesPlaceholder text |
| 400 | 5AB5 #5AB5F2 | Disabled statesSecondary iconsMuted text |
| 500 | 2BA0 #2BA0EE | Primary brand colorCTAsActive elementsLinks |
| 600 | 1183 #1183D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0D68 #0D68A5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A4B #0A4B76 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0630 #06304B | Primary textHigh emphasis contentDark headings |
| 950 | 041E #041E2F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1F9FE;
--sky-blue-100: #DEF0FC;
--sky-blue-200: #C2E3FA;
--sky-blue-300: #92CEF6;
--sky-blue-400: #5AB5F2;
--sky-blue-500: #2BA0EE;
--sky-blue-600: #1183D0;
--sky-blue-700: #0D68A5;
--sky-blue-800: #0A4B76;
--sky-blue-900: #06304B;
--sky-blue-950: #041E2F;
}