Sky Blue
#91F1F8
CyanColor Codes
All color formats for development
HEX
#91F1F8RGB
rgb(145, 241, 248)HSL
hsl(184, 88%, 77%)OKLCH
oklch(0.901 0.091 201.7)CMYK
cmyk(42%, 3%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6CECF6
2#47E8F3
3#22E3F1
4#0ED0DD
5#0CADB9
6#098A94
7#07686F
8#05454A
9#022325
Tints
Lighter variations
1#9CF2F9
2#A7F4F9
3#B2F5FA
4#BDF7FB
5#C8F8FB
6#D3F9FC
7#DEFBFD
8#E9FCFE
9#F4FEFE
Tones
Muted variations
1#96EDF3
2#9BE8EE
3#A0E4E8
4#A5DFE3
5#ABDBDE
6#B0D6D9
7#B5D2D4
8#BACDCF
9#BFC9CA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFB #DDFBFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1F7 #C1F7FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 91F1 #91F1F8 | BordersInactive statesPlaceholder text |
| 400 | 57EA #57EAF4 | Disabled statesSecondary iconsMuted text |
| 500 | 27E4 #27E4F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0DC6 #0DC6D3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0B9D #0B9DA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0870 #087078 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0548 #05484D | Primary textHigh emphasis contentDark headings |
| 950 | 032D #032D30 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FDFE;
--sky-blue-100: #DDFBFD;
--sky-blue-200: #C1F7FB;
--sky-blue-300: #91F1F8;
--sky-blue-400: #57EAF4;
--sky-blue-500: #27E4F1;
--sky-blue-600: #0DC6D3;
--sky-blue-700: #0B9DA8;
--sky-blue-800: #087078;
--sky-blue-900: #05484D;
--sky-blue-950: #032D30;
}