Teal
#0F88A3
CyanColor Codes
All color formats for development
HEX
#0F88A3RGB
rgb(15, 136, 163)HSL
hsl(191, 83%, 35%)OKLCH
oklch(0.58 0.102 218.9)CMYK
cmyk(91%, 17%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E7B93
2#0C6D83
3#0B5F72
4#095262
5#084452
6#063641
7#052931
8#031B21
9#020E10
Tints
Lighter variations
1#12A1C2
2#15BBE0
3#2BC8EB
4#49D0EE
5#67D8F1
6#86E0F4
7#A4E7F7
8#C2EFF9
9#E1F7FC
Tones
Muted variations
1#17839C
2#1E7F95
3#257A8D
4#2D7586
5#34717E
6#3C6C77
7#43676F
8#4A6368
9#525E61
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FB #F1FBFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEF7 #DEF7FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2EF #C2EFF9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94E3 #94E3F5 | BordersInactive statesPlaceholder text |
| 400 | 5CD5 #5CD5F0 | Disabled statesSecondary iconsMuted text |
| 500 | 2DC9 #2DC9EB | Primary brand colorCTAsActive elementsLinks |
| 600 | 13AB #13ABCD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0F88 #0F88A3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B61 #0B6175 | Text on light backgroundsHeadingsStrong borders |
| 900 | 073E #073E4B | Primary textHigh emphasis contentDark headings |
| 950 | 0427 #04272F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FBFE;
--teal-100: #DEF7FC;
--teal-200: #C2EFF9;
--teal-300: #94E3F5;
--teal-400: #5CD5F0;
--teal-500: #2DC9EB;
--teal-600: #13ABCD;
--teal-700: #0F88A3;
--teal-800: #0B6175;
--teal-900: #073E4B;
--teal-950: #04272F;
}