Sky Blue
#95E7F3
CyanColor Codes
All color formats for development
HEX
#95E7F3RGB
rgb(149, 231, 243)HSL
hsl(188, 80%, 77%)OKLCH
oklch(0.88 0.081 207.5)CMYK
cmyk(39%, 5%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#72DFEF
2#4FD7EB
3#2BCEE7
4#18BBD4
5#149CB1
6#107D8D
7#0C5D6A
8#083E47
9#041F23
Tints
Lighter variations
1#A0E9F4
2#ABECF6
3#B5EEF7
4#C0F0F8
5#CAF3F9
6#D5F5FA
7#DFF8FB
8#EAFAFD
9#F4FDFE
Tones
Muted variations
1#9AE3EF
2#9FE0EA
3#A4DCE5
4#A8D9E1
5#ADD6DC
6#B2D2D7
7#B6CFD2
8#BBCBCE
9#C0C8C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FC #F1FCFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF8 #DFF8FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F1 #C3F1F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95E7 #95E7F3 | BordersInactive statesPlaceholder text |
| 400 | 5EDA #5EDAED | Disabled statesSecondary iconsMuted text |
| 500 | 30D0 #30D0E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 16B2 #16B2CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 128E #128EA1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D65 #0D6573 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0841 #084149 | Primary textHigh emphasis contentDark headings |
| 950 | 0528 #05282E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FCFD;
--sky-blue-100: #DFF8FB;
--sky-blue-200: #C3F1F8;
--sky-blue-300: #95E7F3;
--sky-blue-400: #5EDAED;
--sky-blue-500: #30D0E8;
--sky-blue-600: #16B2CA;
--sky-blue-700: #128EA1;
--sky-blue-800: #0D6573;
--sky-blue-900: #084149;
--sky-blue-950: #05282E;
}