Sky Blue
#92ECF6
CyanColor Codes
All color formats for development
HEX
#92ECF6RGB
rgb(146, 236, 246)HSL
hsl(186, 85%, 77%)OKLCH
oklch(0.89 0.087 204.8)CMYK
cmyk(41%, 4%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6EE6F3
2#4AE0F0
3#26D9ED
4#12C6DA
5#0FA5B6
6#0C8491
7#09636D
8#064249
9#032124
Tints
Lighter variations
1#9DEEF7
2#A8F0F8
3#B3F2F9
4#BEF4FA
5#C9F6FB
6#D4F7FB
7#DEF9FC
8#E9FBFD
9#F4FDFE
Tones
Muted variations
1#97E8F1
2#9CE4EC
3#A1E0E7
4#A6DCE2
5#ABD8DD
6#B0D4D8
7#B5D0D3
8#BACCCE
9#BFC8C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEF9 #DEF9FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2F4 #C2F4FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 92EC #92ECF6 | BordersInactive statesPlaceholder text |
| 400 | 5AE2 #5AE2F2 | Disabled statesSecondary iconsMuted text |
| 500 | 2BDA #2BDAEE | Primary brand colorCTAsActive elementsLinks |
| 600 | 11BC #11BCD0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0D96 #0D96A5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A6B #0A6B76 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0645 #06454B | Primary textHigh emphasis contentDark headings |
| 950 | 042B #042B2F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FDFE;
--sky-blue-100: #DEF9FC;
--sky-blue-200: #C2F4FA;
--sky-blue-300: #92ECF6;
--sky-blue-400: #5AE2F2;
--sky-blue-500: #2BDAEE;
--sky-blue-600: #11BCD0;
--sky-blue-700: #0D96A5;
--sky-blue-800: #0A6B76;
--sky-blue-900: #06454B;
--sky-blue-950: #042B2F;
}