Sky Blue
#95CBF3
BlueColor Codes
All color formats for development
HEX
#95CBF3RGB
rgb(149, 203, 243)HSL
hsl(206, 80%, 77%)OKLCH
oklch(0.819 0.08 241)CMYK
cmyk(39%, 16%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#72B9EF
2#4FA8EB
3#2B96E7
4#1882D4
5#146DB1
6#10578D
7#0C416A
8#082B47
9#041623
Tints
Lighter variations
1#A0D0F4
2#ABD5F6
3#B5DAF7
4#C0E0F8
5#CAE5F9
6#D5EAFA
7#DFEFFB
8#EAF5FD
9#F4FAFE
Tones
Muted variations
1#9ACAEF
2#9FC9EA
3#A4C9E5
4#A8C8E1
5#ADC7DC
6#B2C7D7
7#B6C6D2
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 | DFEF #DFEFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3E1 #C3E1F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95CB #95CBF3 | BordersInactive statesPlaceholder text |
| 400 | 5EAF #5EAFED | Disabled statesSecondary iconsMuted text |
| 500 | 3098 #3098E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 167C #167CCA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1263 #1263A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D47 #0D4773 | Text on light backgroundsHeadingsStrong borders |
| 900 | 082D #082D49 | Primary textHigh emphasis contentDark headings |
| 950 | 051C #051C2E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1F8FD;
--sky-blue-100: #DFEFFB;
--sky-blue-200: #C3E1F8;
--sky-blue-300: #95CBF3;
--sky-blue-400: #5EAFED;
--sky-blue-500: #3098E8;
--sky-blue-600: #167CCA;
--sky-blue-700: #1263A1;
--sky-blue-800: #0D4773;
--sky-blue-900: #082D49;
--sky-blue-950: #051C2E;
}