Sky Blue
#95F3E7
CyanColor Codes
All color formats for development
HEX
#95F3E7RGB
rgb(149, 243, 231)HSL
hsl(172, 80%, 77%)OKLCH
oklch(0.902 0.091 185.4)CMYK
cmyk(39%, 0%, 5%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#72EFDF
2#4FEBD7
3#2BE7CE
4#18D4BB
5#14B19C
6#108D7D
7#0C6A5D
8#08473E
9#04231F
Tints
Lighter variations
1#A0F4E9
2#ABF6EC
3#B5F7EE
4#C0F8F0
5#CAF9F3
6#D5FAF5
7#DFFBF8
8#EAFDFA
9#F4FEFD
Tones
Muted variations
1#9AEFE3
2#9FEAE0
3#A4E5DC
4#A8E1D9
5#ADDCD6
6#B2D7D2
7#B6D2CF
8#BBCECB
9#C0C9C8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F8 #C3F8F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F3 #95F3E7 | BordersInactive statesPlaceholder text |
| 400 | 5EED #5EEDDA | Disabled statesSecondary iconsMuted text |
| 500 | 30E8 #30E8D0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 16CA #16CAB2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 12A1 #12A18E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D73 #0D7365 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0849 #084941 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E28 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FDFC;
--sky-blue-100: #DFFBF8;
--sky-blue-200: #C3F8F1;
--sky-blue-300: #95F3E7;
--sky-blue-400: #5EEDDA;
--sky-blue-500: #30E8D0;
--sky-blue-600: #16CAB2;
--sky-blue-700: #12A18E;
--sky-blue-800: #0D7365;
--sky-blue-900: #084941;
--sky-blue-950: #052E28;
}