Sky Blue
#91F7E8
CyanColor Codes
All color formats for development
HEX
#91F7E8RGB
rgb(145, 247, 232)HSL
hsl(171, 86%, 77%)OKLCH
oklch(0.91 0.098 183.6)CMYK
cmyk(41%, 0%, 6%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6DF4E0
2#49F1D8
3#24EFD0
4#10DBBD
5#0EB79D
6#0B927E
7#086E5E
8#05493F
9#03251F
Tints
Lighter variations
1#9DF8EA
2#A8F8EC
3#B3F9EF
4#BEFAF1
5#C8FBF3
6#D3FCF6
7#DEFDF8
8#E9FDFA
9#F4FEFD
Tones
Muted variations
1#97F2E4
2#9CEDE1
3#A1E8DD
4#A6E3DA
5#ABDED6
6#B0D9D2
7#B5D3CF
8#BACECB
9#BFC9C8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEFD #DEFDF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1FA #C1FAF2 | Secondary backgroundsInput backgroundsDividers |
| 300 | 92F7 #92F7E8 | BordersInactive statesPlaceholder text |
| 400 | 59F3 #59F3DB | Disabled statesSecondary iconsMuted text |
| 500 | 2AEF #2AEFD1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 10D1 #10D1B4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0CA6 #0CA68F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0977 #097766 | Text on light backgroundsHeadingsStrong borders |
| 900 | 064C #064C41 | Primary textHigh emphasis contentDark headings |
| 950 | 042F #042F29 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FEFC;
--sky-blue-100: #DEFDF8;
--sky-blue-200: #C1FAF2;
--sky-blue-300: #92F7E8;
--sky-blue-400: #59F3DB;
--sky-blue-500: #2AEFD1;
--sky-blue-600: #10D1B4;
--sky-blue-700: #0CA68F;
--sky-blue-800: #097766;
--sky-blue-900: #064C41;
--sky-blue-950: #042F29;
}