Sky Blue
#91F8F1
CyanColor Codes
All color formats for development
HEX
#91F8F1RGB
rgb(145, 248, 241)HSL
hsl(176, 88%, 77%)OKLCH
oklch(0.915 0.097 190)CMYK
cmyk(42%, 0%, 3%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6CF6EC
2#47F3E8
3#22F1E3
4#0EDDD0
5#0CB9AD
6#09948A
7#076F68
8#054A45
9#022523
Tints
Lighter variations
1#9CF9F2
2#A7F9F4
3#B2FAF5
4#BDFBF7
5#C8FBF8
6#D3FCF9
7#DEFDFB
8#E9FEFC
9#F4FEFE
Tones
Muted variations
1#96F3ED
2#9BEEE8
3#A0E8E4
4#A5E3DF
5#ABDEDB
6#B0D9D6
7#B5D4D2
8#BACFCD
9#BFCAC9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFD #DDFDFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1FB #C1FBF7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 91F8 #91F8F1 | BordersInactive statesPlaceholder text |
| 400 | 57F4 #57F4EA | Disabled statesSecondary iconsMuted text |
| 500 | 27F1 #27F1E4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0DD3 #0DD3C6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0BA8 #0BA89D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0878 #087870 | Text on light backgroundsHeadingsStrong borders |
| 900 | 054D #054D48 | Primary textHigh emphasis contentDark headings |
| 950 | 0330 #03302D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FEFD;
--sky-blue-100: #DDFDFB;
--sky-blue-200: #C1FBF7;
--sky-blue-300: #91F8F1;
--sky-blue-400: #57F4EA;
--sky-blue-500: #27F1E4;
--sky-blue-600: #0DD3C6;
--sky-blue-700: #0BA89D;
--sky-blue-800: #087870;
--sky-blue-900: #054D48;
--sky-blue-950: #03302D;
}