Sky Blue
#9FD0EA
BlueColor Codes
All color formats for development
HEX
#9FD0EARGB
rgb(159, 208, 234)HSL
hsl(201, 64%, 77%)OKLCH
oklch(0.832 0.063 231.6)CMYK
cmyk(32%, 11%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7FC0E3
2#5EB0DC
3#3EA0D5
4#2A8CC1
5#2375A1
6#1C5E81
7#154661
8#0E2F40
9#071720
Tints
Lighter variations
1#A8D4EC
2#B2D9EE
3#BCDEF0
4#C5E3F2
5#CFE7F4
6#D9ECF7
7#E2F1F9
8#ECF6FB
9#F5FAFD
Tones
Muted variations
1#A3CEE6
2#A6CDE2
3#AACCDF
4#AECBDB
5#B2CAD7
6#B5C9D3
7#B9C8D0
8#BDC7CC
9#C1C5C8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F9 #F2F9FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F1 #E2F1F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9E4 #C9E4F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FD0 #9FD0EA | BordersInactive statesPlaceholder text |
| 400 | 6DB7 #6DB7DF | Disabled statesSecondary iconsMuted text |
| 500 | 43A2 #43A2D6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2886 #2886B8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 206A #206A92 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 174C #174C69 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F31 #0F3143 | Primary textHigh emphasis contentDark headings |
| 950 | 091E #091E2A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2F9FC;
--sky-blue-100: #E2F1F9;
--sky-blue-200: #C9E4F3;
--sky-blue-300: #9FD0EA;
--sky-blue-400: #6DB7DF;
--sky-blue-500: #43A2D6;
--sky-blue-600: #2886B8;
--sky-blue-700: #206A92;
--sky-blue-800: #174C69;
--sky-blue-900: #0F3143;
--sky-blue-950: #091E2A;
}