Sky Blue
#95CCF3
BlueColor Codes
All color formats for development
HEX
#95CCF3RGB
rgb(149, 204, 243)HSL
hsl(205, 80%, 77%)OKLCH
oklch(0.821 0.079 239.8)CMYK
cmyk(39%, 16%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#72BBEF
2#4FAAEB
3#2B99E7
4#1886D4
5#146FB1
6#10598D
7#0C436A
8#082D47
9#041623
Tints
Lighter variations
1#A0D1F4
2#ABD6F6
3#B5DBF7
4#C0E1F8
5#CAE6F9
6#D5EBFA
7#DFF0FB
8#EAF5FD
9#F4FAFE
Tones
Muted variations
1#9ACBEF
2#9FCBEA
3#A4CAE5
4#A8C9E1
5#ADC8DC
6#B2C7D7
7#B6C7D2
8#BBC6CE
9#C0C5C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F8 #F1F8FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF0 #DFF0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3E2 #C3E2F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95CC #95CCF3 | BordersInactive statesPlaceholder text |
| 400 | 5EB2 #5EB2ED | Disabled statesSecondary iconsMuted text |
| 500 | 309C #309CE8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 167F #167FCA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1265 #1265A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D48 #0D4873 | Text on light backgroundsHeadingsStrong borders |
| 900 | 082E #082E49 | Primary textHigh emphasis contentDark headings |
| 950 | 051D #051D2E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1F8FD;
--sky-blue-100: #DFF0FB;
--sky-blue-200: #C3E2F8;
--sky-blue-300: #95CCF3;
--sky-blue-400: #5EB2ED;
--sky-blue-500: #309CE8;
--sky-blue-600: #167FCA;
--sky-blue-700: #1265A1;
--sky-blue-800: #0D4873;
--sky-blue-900: #082E49;
--sky-blue-950: #051D2E;
}