Sky Blue
#93EAF6
CyanColor Codes
All color formats for development
HEX
#93EAF6RGB
rgb(147, 234, 246)HSL
hsl(187, 85%, 77%)OKLCH
oklch(0.886 0.085 206.9)CMYK
cmyk(40%, 5%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6EE4F3
2#4ADDF0
3#26D6ED
4#12C3DA
5#0FA2B6
6#0C8291
7#09616D
8#064149
9#032024
Tints
Lighter variations
1#9DEDF7
2#A8EFF8
3#B3F1F9
4#BEF3FA
5#C9F5FB
6#D4F7FB
7#DEF9FC
8#E9FBFD
9#F4FDFE
Tones
Muted variations
1#97E7F1
2#9CE3EC
3#A1DFE7
4#A6DBE2
5#ABD7DD
6#B0D4D8
7#B5D0D3
8#BACCCE
9#BFC8C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FC #F1FCFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEF9 #DEF9FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2F3 #C2F3FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 92EB #92EBF6 | BordersInactive statesPlaceholder text |
| 400 | 5AE0 #5AE0F2 | Disabled statesSecondary iconsMuted text |
| 500 | 2BD7 #2BD7EE | Primary brand colorCTAsActive elementsLinks |
| 600 | 11B9 #11B9D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0D93 #0D93A5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A69 #0A6976 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0643 #06434B | Primary textHigh emphasis contentDark headings |
| 950 | 042A #042A2F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FCFE;
--sky-blue-100: #DEF9FC;
--sky-blue-200: #C2F3FA;
--sky-blue-300: #92EBF6;
--sky-blue-400: #5AE0F2;
--sky-blue-500: #2BD7EE;
--sky-blue-600: #11B9D0;
--sky-blue-700: #0D93A5;
--sky-blue-800: #0A6976;
--sky-blue-900: #06434B;
--sky-blue-950: #042A2F;
}