Sky Blue
#95E7F4
CyanColor Codes
All color formats for development
HEX
#95E7F4RGB
rgb(149, 231, 244)HSL
hsl(188, 81%, 77%)OKLCH
oklch(0.88 0.082 208.5)CMYK
cmyk(39%, 5%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#71DFF0
2#4ED7EC
3#2ACFE9
4#16BCD5
5#139CB2
6#0F7D8E
7#0B5E6B
8#073F47
9#041F24
Tints
Lighter variations
1#9FEAF5
2#AAECF6
3#B5EEF7
4#BFF1F8
5#CAF3F9
6#D5F5FB
7#DFF8FC
8#EAFAFD
9#F4FDFE
Tones
Muted variations
1#9AE4EF
2#9EE0EA
3#A3DDE6
4#A8D9E1
5#ADD6DC
6#B1D2D7
7#B6CFD3
8#BBCBCE
9#C0C8C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FC #F1FCFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF8 #DFF8FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F2 #C3F2F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95E7 #95E7F4 | BordersInactive statesPlaceholder text |
| 400 | 5DDB #5DDBEE | Disabled statesSecondary iconsMuted text |
| 500 | 2FD0 #2FD0E9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 15B3 #15B3CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 118E #118EA2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C66 #0C6673 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0841 #08414A | Primary textHigh emphasis contentDark headings |
| 950 | 0529 #05292E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FCFE;
--sky-blue-100: #DFF8FC;
--sky-blue-200: #C3F2F9;
--sky-blue-300: #95E7F4;
--sky-blue-400: #5DDBEE;
--sky-blue-500: #2FD0E9;
--sky-blue-600: #15B3CB;
--sky-blue-700: #118EA2;
--sky-blue-800: #0C6673;
--sky-blue-900: #08414A;
--sky-blue-950: #05292E;
}