Sky Blue
#95E9F4
CyanColor Codes
All color formats for development
HEX
#95E9F4RGB
rgb(149, 233, 244)HSL
hsl(187, 81%, 77%)OKLCH
oklch(0.884 0.083 206.3)CMYK
cmyk(39%, 5%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#71E1F0
2#4EDAEC
3#2AD2E9
4#16BFD5
5#139FB2
6#0F7F8E
7#0B5F6B
8#074047
9#042024
Tints
Lighter variations
1#9FEBF5
2#AAEDF6
3#B5EFF7
4#BFF2F8
5#CAF4F9
6#D5F6FB
7#DFF8FC
8#EAFBFD
9#F4FDFE
Tones
Muted variations
1#9AE5EF
2#9EE1EA
3#A3DEE6
4#A8DAE1
5#ADD7DC
6#B1D3D7
7#B6CFD3
8#BBCCCE
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 | 95E9 #95E9F4 | BordersInactive statesPlaceholder text |
| 400 | 5DDD #5DDDEE | Disabled statesSecondary iconsMuted text |
| 500 | 2FD4 #2FD4E9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 15B6 #15B6CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1191 #1191A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C67 #0C6773 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0842 #08424A | 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: #95E9F4;
--sky-blue-400: #5DDDEE;
--sky-blue-500: #2FD4E9;
--sky-blue-600: #15B6CB;
--sky-blue-700: #1191A2;
--sky-blue-800: #0C6773;
--sky-blue-900: #08424A;
--sky-blue-950: #05292E;
}